Skip to content

Commit b2d5fb0

Browse files
committed
[README] Fix typo in --foundation-build-dir
Remove the extra slash. Thanks for the heads up, @hughbe!
1 parent 5873cf0 commit b2d5fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If your install of Swift is located at `/swift` and you wish to install XCTest i
4040
./build_script.py \
4141
--swiftc="/swift/usr/bin/swiftc" \
4242
--build-dir="/tmp/XCTest_build" \
43-
--foundation-build-dir "/swift//usr/lib/swift/linux" \
43+
--foundation-build-dir "/swift/usr/lib/swift/linux" \
4444
--library-install-path="/swift/usr/lib/swift/linux" \
4545
--module-install-path="/swift/usr/lib/swift/linux/x86_64"
4646
```

0 commit comments

Comments
 (0)