Skip to content

Commit 3b373ec

Browse files
Fix ci
1 parent df840de commit 3b373ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: script/build-package.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ swift build --triple wasm32-unknown-wasi \
77
-Xcc --sysroot=$WASI_SYSROOT \
88
-Xlinker --allow-undefined \
99
-Xlinker --export=swjs_call_host_function \
10-
-Xlinker --export=swjs_prepare_host_function_call \
11-
"$@"
10+
-Xlinker --export=swjs_prepare_host_function_call

0 commit comments

Comments
 (0)