Skip to content

Commit 33ae81c

Browse files
authored
Merge pull request #212 from apple/shahmishal/use_old_build_system
[Workaround] Use old build system, due to issue with clean build
2 parents 6c658d1 + 7dd165b commit 33ae81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def get_build_command(self, incremental=False):
116116
+ ['CODE_SIGN_IDENTITY=',
117117
'CODE_SIGNING_REQUIRED=NO',
118118
'ENABLE_BITCODE=NO',
119+
'-UseNewBuildSystem=NO',
119120
'INDEX_ENABLE_DATA_STORE=NO',
120121
'GCC_TREAT_WARNINGS_AS_ERRORS=NO',
121122
'SWIFT_TREAT_WARNINGS_AS_ERRORS=NO'])

0 commit comments

Comments
 (0)