aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-07-04 18:17:26 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-07-04 18:17:26 +0300
commitd880441f7e2631854803dd95458d11bef1a145a3 (patch)
treec8413a15a20c065362d6187ef6f39f08e75ee456 /get_libwallet_api.sh
parent0c093423f1da576d8b92363cc1e2f6dded8e907a (diff)
downloadmonzero-gui-d880441f7e2631854803dd95458d11bef1a145a3.tar.gz
monzero-gui-d880441f7e2631854803dd95458d11bef1a145a3.tar.xz
monzero-gui-d880441f7e2631854803dd95458d11bef1a145a3.zip
MSYS2/Win64 build fixed
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 7410365a..60f86d32 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -32,10 +32,10 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" ../..
elif [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then
# Do something under Windows NT platform
- cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" -G "MinGW Makefiles" ../..
-
+ cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" -G "MSYS Makefiles" ../..
elif [ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ]; then
# Do something under Windows NT platform
+ cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D CMAKE_INSTALL_PREFIX="$BITMONERO_DIR" -G "MSYS Makefiles" ../..
fi