Skip to content

Commit 333ba0d

Browse files
authored
Merge pull request #493 from jmschonfeld/support-swiftfoundation
Add new include path into Foundation when building tests
2 parents e0c3868 + 1bf0255 commit 333ba0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Functional/lit.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ else:
9999
'-L', os.path.join(foundation_dir, 'lib'),
100100
'-I', foundation_dir,
101101
'-I', os.path.join(foundation_dir, 'swift'),
102+
'-I', os.path.join(foundation_dir, '_CModulesForClients'),
102103
'-Xcc', '-F', '-Xcc', foundation_dir,
103104
])
104105

0 commit comments

Comments
 (0)