We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 418ebb8 + 9e6b075 commit 7426830Copy full SHA for 7426830
build.py
@@ -477,7 +477,7 @@
477
'Foundation/ProgressFraction.swift',
478
] + glob.glob('./TestFoundation/Test*.swift')) # all TestSomething.swift are considered sources to the test project in the TestFoundation directory
479
480
-Configuration.current.extra_ld_flags = '-L'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/src/.libs'
+Configuration.current.extra_ld_flags += ' -L'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/src/.libs'
481
482
foundation_tests.add_dependency(foundation_tests_resources)
483
foundation.add_phase(foundation_tests_resources)
0 commit comments