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.
1 parent 418ebb8 commit 9e6b075Copy full SHA for 9e6b075
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