aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-14 23:39:44 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-14 23:39:44 +0200
commit28e948afaf896a38e4bbb560dc66e7ea341cc1e1 (patch)
tree1d34834ef64402483bc316cd2e57dde5f1a7f184 /get_libwallet_api.sh
parentcd550be6ac5efb4a55a27759ddcb90b0be94f180 (diff)
parent8f9ac1ccf37e709f78e663a810b29a4052092b5c (diff)
downloadmonzero-gui-28e948afaf896a38e4bbb560dc66e7ea341cc1e1.tar.gz
monzero-gui-28e948afaf896a38e4bbb560dc66e7ea341cc1e1.tar.xz
monzero-gui-28e948afaf896a38e4bbb560dc66e7ea341cc1e1.zip
Merge pull request #273
8f9ac1c corrected path to boost (Jaquee) 417e49b win64 boost settings (Jaquee)
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 06309ecd..6d41b502 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -57,7 +57,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.."