Remove reference to getting the dylib or so from os.sh.
This commit is contained in:
parent
daa0f9ca5c
commit
866c78b701
@ -170,16 +170,3 @@ fi
|
|||||||
if test -z "$1" -o x"$1" = x'bitcoind'; then
|
if test -z "$1" -o x"$1" = x'bitcoind'; then
|
||||||
echo -n "${BITCOIN_DIR}"/src/.libs/libbitcoind.a
|
echo -n "${BITCOIN_DIR}"/src/.libs/libbitcoind.a
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$1" -o x"$1" = x'lib'; then
|
|
||||||
if test -e "${os_dir}/libbitcoind.${ext}" -o -e "${os_dir}/lib/libbitcoind.${ext}"; then
|
|
||||||
if test -e "${os_dir}/lib/libbitcoind.${ext}"; then
|
|
||||||
echo -n "$(pwd)/platform/${os}/lib/libbitcoind.${ext}"
|
|
||||||
else
|
|
||||||
echo -n "$(pwd)/platform/${os}/libbitcoind.${ext}"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo -n "${BITCOIN_DIR}/src/.libs/libbitcoind.${ext}"
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user