From 30b776e557ad3f7538702e0795915658aab2d8b8 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 12 Jun 2019 05:47:21 +0300 Subject: [PATCH] build: configure script for macOS xcodeproj updated --- utils/configure_macos_xcodeproj.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 utils/configure_macos_xcodeproj.sh diff --git a/utils/configure_macos_xcodeproj.sh b/utils/configure_macos_xcodeproj.sh old mode 100644 new mode 100755 index 3bff578c..394689d4 --- a/utils/configure_macos_xcodeproj.sh +++ b/utils/configure_macos_xcodeproj.sh @@ -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