File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,10 @@ cmake -G Ninja \
21
21
ninja -v
22
22
ninja -v install
23
23
24
- # On macOS the target CoreFoundation shadows the CoreFoundation suppplied by Xcode.
25
- # On Linux though there's no system CoreFoundation, its headers have to be shipped
26
- # in the installable archive and serve for both host and target.
27
- if [[ " $( uname) " == " Darwin" ]]; then
28
- mv $DESTINATION_TOOLCHAIN /usr/lib/swift/CoreFoundation \
29
- $DESTINATION_TOOLCHAIN /usr/lib/swift_static/CoreFoundation
24
+ mv $DESTINATION_TOOLCHAIN /usr/lib/swift/CoreFoundation \
25
+ $DESTINATION_TOOLCHAIN /usr/lib/swift_static/CoreFoundation
30
26
31
- mv $DESTINATION_TOOLCHAIN /usr/lib/swift/wasi/wasm32/Foundation.swiftmodule \
32
- $DESTINATION_TOOLCHAIN /usr/lib/swift_static/wasi/wasm32/Foundation.swiftmodule
33
- mv $DESTINATION_TOOLCHAIN /usr/lib/swift/wasi/wasm32/Foundation.swiftdoc \
34
- $DESTINATION_TOOLCHAIN /usr/lib/swift_static/wasi/wasm32/Foundation.swiftdoc
35
- fi
27
+ mv $DESTINATION_TOOLCHAIN /usr/lib/swift/wasi/wasm32/Foundation.swiftmodule \
28
+ $DESTINATION_TOOLCHAIN /usr/lib/swift_static/wasi/wasm32/Foundation.swiftmodule
29
+ mv $DESTINATION_TOOLCHAIN /usr/lib/swift/wasi/wasm32/Foundation.swiftdoc \
30
+ $DESTINATION_TOOLCHAIN /usr/lib/swift_static/wasi/wasm32/Foundation.swiftdoc
You can’t perform that action at this time.
0 commit comments