Skip to content

Commit a52c63c

Browse files
authored
Merge pull request #495 from jmschonfeld/support-swiftfoundation-6-0-cherrypick
[6.0] Add new include path into Foundation when building tests
2 parents e0c3868 + 448543b commit a52c63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Functional/lit.cfg

Lines changed: 1 addition & 0 deletions
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)