Skip to content

Commit 142c15d

Browse files
committed
Mac build script: remove -UseModernBuildSystem=NO
1 parent 7cef589 commit 142c15d

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
@@ -154,7 +154,7 @@ fi
154154
#---------------------------------------------------------------------------------------------------------
155155
# build xcode project. Change target to build individual formats, or add to All target in the xcode project
156156

157-
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]}
157+
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]}
158158

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

0 commit comments

Comments
 (0)