aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-17 15:01:08 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-17 15:01:08 +0300
commit9ec8eb923e5dc0d439d35ab3637223df8b4b14b0 (patch)
treefcefe50ff303d265f935d56c66bf8cf257dcdb30 /get_libwallet_api.sh
parent6e5f5e1ded66d8712517cf29e1ddf718212f02dd (diff)
downloadmonzero-gui-9ec8eb923e5dc0d439d35ab3637223df8b4b14b0.tar.gz
monzero-gui-9ec8eb923e5dc0d439d35ab3637223df8b4b14b0.tar.xz
monzero-gui-9ec8eb923e5dc0d439d35ab3637223df8b4b14b0.zip
build: Build vendored libunbound for MacOS X
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 881e0ace..22e0af59 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -31,7 +31,7 @@ pushd $BITMONERO_DIR/build/release
if [ "$(uname)" == "Darwin" ]; then
# Do something under Mac OS X platform
- cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D BUILD_GUI_DEPS=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" ../..
+ cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" ../..
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
# Do something under GNU/Linux platform
cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D BUILD_GUI_DEPS=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" ../..