diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-14 23:39:44 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-14 23:39:44 +0200 |
| commit | 28e948afaf896a38e4bbb560dc66e7ea341cc1e1 (patch) | |
| tree | 1d34834ef64402483bc316cd2e57dde5f1a7f184 /get_libwallet_api.sh | |
| parent | cd550be6ac5efb4a55a27759ddcb90b0be94f180 (diff) | |
| parent | 8f9ac1ccf37e709f78e663a810b29a4052092b5c (diff) | |
| download | monzero-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-x | get_libwallet_api.sh | 3 |
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.." |
