File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,3 @@ cmake -G Ninja \
20
20
21
21
ninja -v
22
22
ninja -v install
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/wasi/wasm32/CoreFoundation
30
- fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cmake -G Ninja \
15
15
-DWASI_SDK_PATH=" $SOURCE_PATH /wasi-sdk" \
16
16
-DBUILD_SHARED_LIBS=OFF \
17
17
-DCMAKE_Swift_COMPILER_FORCED=ON \
18
- -DSWIFT_FOUNDATION_PATH=$DESTINATION_TOOLCHAIN /usr/lib/swift /wasi/wasm32 \
18
+ -DSWIFT_FOUNDATION_PATH=$DESTINATION_TOOLCHAIN /usr/lib/swift_static /wasi/wasm32 \
19
19
" ${SOURCE_PATH} /swift-corelibs-xctest"
20
20
21
21
ninja -v
You can’t perform that action at this time.
0 commit comments