File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 126
126
'-I' + Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ '/src/swift' ,
127
127
'-Xcc -fblocks'
128
128
])
129
- foundation .LDFLAGS += '-ldispatch -L' + Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ '/src/.libs -rpath \$$ORIGIN '
129
+ foundation .LDFLAGS += '-ldispatch -L' + Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ '/src -rpath \$$ORIGIN '
130
130
foundation .LDFLAGS += '-L' + Configuration .current .variables ['LIBDISPATCH_BUILD_DIR' ] + ' -lBlocksRuntime '
131
131
132
132
foundation .SWIFTCFLAGS = " " .join (swift_cflags )
541
541
'TestFoundation/Utilities.swift' ,
542
542
] + glob .glob ('./TestFoundation/Test*.swift' )) # all TestSomething.swift are considered sources to the test project in the TestFoundation directory
543
543
544
- Configuration .current .extra_ld_flags += ' -L' + Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ '/src/.libs '
544
+ Configuration .current .extra_ld_flags += ' -L' + Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ '/src'
545
545
546
546
foundation_tests .add_dependency (foundation_tests_resources )
547
547
xdgTestHelper = SwiftExecutable ('xdgTestHelper' ,
561
561
if "XCTEST_BUILD_DIR" in Configuration .current .variables :
562
562
LIBS_DIRS += "${XCTEST_BUILD_DIR}:"
563
563
if "LIBDISPATCH_BUILD_DIR" in Configuration .current .variables :
564
- LIBS_DIRS += Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ "/src/.libs :"
564
+ LIBS_DIRS += Configuration .current .variables ["LIBDISPATCH_BUILD_DIR" ]+ "/src:"
565
565
566
566
Configuration .current .variables ["LIBS_DIRS" ] = LIBS_DIRS
567
567
You can’t perform that action at this time.
0 commit comments