aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-15 23:08:26 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-15 23:08:26 +0100
commite97a2115d95d3d33f7935402322047651725fe6f (patch)
tree58afebb774b8a51b2c780e3bb162710ebbf812c4
parentf74ef30ace6b45f3c0c29191d17aa1cbe48a6f2e (diff)
downloadmonzero-gui-e97a2115d95d3d33f7935402322047651725fe6f.tar.gz
monzero-gui-e97a2115d95d3d33f7935402322047651725fe6f.tar.xz
monzero-gui-e97a2115d95d3d33f7935402322047651725fe6f.zip
mac build: target x86-64
-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 717b1f3a..bf746cd3 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -49,7 +49,7 @@ make_exec="make"
if [ "$platform" == "darwin" ]; then
# Do something under Mac OS X platform
echo "Configuring build for MacOS.."
- 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" ../..
+ cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../..
elif [ "$platform" == "linux64" ]; then
# Do something under GNU/Linux platform
echo "Configuring build for Linux.."