Skip to content

Commit d05886a

Browse files
authored
Merge pull request #305 from compnerd/searching-the-library
tests: add some more library search paths
2 parents ec352a0 + 4d59f8f commit d05886a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Functional/lit.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ else:
107107
'-I', os.path.join(libdispatch_overlay_dir, 'swift'),
108108
'-L', libdispatch_build_dir,
109109
'-L', os.path.join(libdispatch_build_dir, 'src'),
110+
'-L', os.path.join(libdispatch_build_dir, 'src', 'BlocksRuntime'),
111+
'-L', os.path.join(libdispatch_build_dir, 'src', 'swift'),
110112
])
111113

112114
config.environment['LD_LIBRARY_PATH'] = ":".join([

0 commit comments

Comments
 (0)