Skip to content

Commit 1bf0255

Browse files
committed
Fix build failure
1 parent 6cb8b12 commit 1bf0255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/lit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +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',
102+
'-I', os.path.join(foundation_dir, '_CModulesForClients'),
103103
'-Xcc', '-F', '-Xcc', foundation_dir,
104104
])
105105

0 commit comments

Comments
 (0)