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 8934abb + b10bc61 commit 3d09338Copy full SHA for 3d09338
Tests/Functional/lit.cfg
@@ -33,6 +33,8 @@ swift_exec = [
33
_getenv('SWIFT_EXEC'),
34
'-Xlinker', '-rpath',
35
'-Xlinker', built_products_dir,
36
+ '-L', built_products_dir,
37
+ '-I', built_products_dir,
38
]
39
40
if platform.system() == 'Darwin':
@@ -48,8 +50,6 @@ if platform.system() == 'Darwin':
48
50
swift_exec.extend([
49
51
'-sdk', sdk_root,
52
'-target', target,
- '-L', built_products_dir,
- '-I', built_products_dir,
53
'-F', built_products_dir,
54
])
55
0 commit comments