Skip to content

Commit 7426830

Browse files
authored
Merge pull request #732 from gonzalolarralde/build_ldflags_overwrite_issue
2 parents 418ebb8 + 9e6b075 commit 7426830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
'Foundation/ProgressFraction.swift',
478478
] + glob.glob('./TestFoundation/Test*.swift')) # all TestSomething.swift are considered sources to the test project in the TestFoundation directory
479479

480-
Configuration.current.extra_ld_flags = '-L'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/src/.libs'
480+
Configuration.current.extra_ld_flags += ' -L'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/src/.libs'
481481

482482
foundation_tests.add_dependency(foundation_tests_resources)
483483
foundation.add_phase(foundation_tests_resources)

0 commit comments

Comments
 (0)