File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -431,10 +431,10 @@ def generate(self):
431
431
if resource is None :
432
432
continue
433
433
swiftSources += " " + resource .relative ()
434
-
434
+ # Note: Fix -swift-version 3 for now.
435
435
return """
436
436
build """ + appName + """: SwiftExecutable """ + swiftSources + self .generate_dependencies (libDependencyName ) + """
437
- flags = -I""" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + self .product .ROOT_HEADERS_FOLDER_PATH + " -I" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + " -L" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + " " + TargetConditional .value (self .product .SWIFTCFLAGS ) + """
437
+ flags = -swift-version 3 - I""" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + self .product .ROOT_HEADERS_FOLDER_PATH + " -I" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + " -L" + Configuration .current .build_directory .path_by_appending (self .product .name ).relative () + " " + TargetConditional .value (self .product .SWIFTCFLAGS ) + """
438
438
build """ + self .executableName + """: phony | """ + appName + """
439
439
"""
440
440
You can’t perform that action at this time.
0 commit comments