Skip to content

Commit 1cb5f96

Browse files
committed
Mac build script: remove -UseModernBuildSystem=NO
1 parent ded23ec commit 1cb5f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateProject/scripts/makedist-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fi
147147
#---------------------------------------------------------------------------------------------------------
148148
# build xcode project. Change target to build individual formats, or add to All target in the xcode project
149149

150-
xcodebuild -project ./projects/$PLUGIN_NAME-macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME-mac.xcconfig DEMO_VERSION=$DEMO -target "All" -UseModernBuildSystem=NO -configuration Release | tee build-mac.log | xcpretty #&& exit ${PIPESTATUS[0]}
150+
xcodebuild -project ./projects/$PLUGIN_NAME-macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME-mac.xcconfig DEMO_VERSION=$DEMO -target "All" -configuration Release | tee build-mac.log | xcpretty #&& exit ${PIPESTATUS[0]}
151151

152152
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
153153
echo "ERROR: build failed, aborting"

0 commit comments

Comments
 (0)