aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-13 21:57:14 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-14 18:19:24 +0100
commit417e49b2c8d112b4526d61122334fe73fad710e5 (patch)
treed7b7c6229bd1da939c310ea31339c19263912790 /get_libwallet_api.sh
parent8cdad2fc663d70cc93b90cc1ad87f32e8f394a8c (diff)
downloadmonzero-gui-417e49b2c8d112b4526d61122334fe73fad710e5.tar.gz
monzero-gui-417e49b2c8d112b4526d61122334fe73fad710e5.tar.xz
monzero-gui-417e49b2c8d112b4526d61122334fe73fad710e5.zip
win64 boost settings
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 9f69cade..f3862476 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -55,7 +55,8 @@ elif [ "$platform" == "linux" ]; then
elif [ "$platform" == "mingw64" ]; then
# Do something under Windows NT platform
echo "Configuring build for MINGW64.."
- cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D STATIC=ON -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" -G "MSYS Makefiles" ../..
+ BOOST_ROOT=/msys2/mingw64/boost
+ cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D STATIC=ON BOOST_ROOT="$BOOST_ROOT" -D ARCH="x86-64" -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" -G "MSYS Makefiles" ../..
elif [ "$platform" == "mingw32" ]; then
# Do something under Windows NT platform
echo "Configuring build for MINGW32.."