1
0
Fork 0
forked from lthn/blockchain

build: configure script for macOS xcodeproj updated

This commit is contained in:
sowle 2019-06-12 05:47:21 +03:00
parent 02b85f22f5
commit 30b776e557

1
utils/configure_macos_xcodeproj.sh Normal file → Executable file
View file

@ -6,6 +6,7 @@ curr_path=${BASH_SOURCE%/*}
: "${ZANO_BOOST_ROOT:?variable not set, see also macosx_build_config.command}"
: "${ZANO_BOOST_LIBS_PATH:?variable not set, see also macosx_build_config.command}"
: "${ZANO_BUILD_DIR:?variable not set, see also macosx_build_config.command}"
: "${CMAKE_OSX_SYSROOT:?CMAKE_OSX_SYSROOT should be set to macOS SDK path, e.g.: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk}"
BUILD_DIR=$curr_path/../$ZANO_BUILD_DIR/macos_xcodeproj
BUILD_TYPE=Release