From 541bed1db22ca6cc428dcb11b3ce04d06e76db73 Mon Sep 17 00:00:00 2001 From: Andreas Stallinger Date: Tue, 20 Oct 2015 17:40:44 +0200 Subject: [PATCH] build: Private beta tag --- script/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup.sh b/script/setup.sh index 2edac7f9..dcb29e2a 100755 --- a/script/setup.sh +++ b/script/setup.sh @@ -62,7 +62,7 @@ if [ $PLATFORM == "Linux" ] || [ $PLATFORM == "MacOS" ]; then cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../.. echo -e $INFO "run cmake with Release configuration" - cd ../Release && cmake -G Xcode -DCMAKE_BUILD_TYPE="Release" ../.. + cd ../Release && cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" ../.. fi echo -e $SUCCESS "setup complete"