Skip to content

Commit 497a86c

Browse files
authored
Merge pull request #2130 from compnerd/sweep-the-leg-5.1
build: clean up the legacy paths
2 parents 04d03d3 + c900ee7 commit 497a86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ def main():
11651165

11661166
# Add XCTest.
11671167
for module_file in ["XCTest.swiftmodule", "XCTest.swiftdoc"]:
1168-
symlink_force(os.path.join(args.xctest_path, module_file), libincludedir)
1168+
symlink_force(os.path.join(args.xctest_path, 'swift', module_file), libincludedir)
11691169
symlink_force(os.path.join(args.xctest_path, "libXCTest.so"), libswiftdir)
11701170

11711171
return (libswiftdir, libincludedir)

0 commit comments

Comments
 (0)