mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-17 10:36:22 +02:00
Closes: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/97232 Closes: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/97638 Closes: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/100935
16 lines
540 B
Diff
16 lines
540 B
Diff
https://bugzilla.mozilla.org/show_bug.cgi?id=1967889
|
|
wasm32-wasi is deprecated, use wasm32-wasip1 instead.
|
|
|
|
diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
|
|
--- a/build/moz.configure/toolchain.configure
|
|
+++ b/build/moz.configure/toolchain.configure
|
|
@@ -258,7 +258,7 @@ with only_when(target_is_linux_or_wasi & compile_environment):
|
|
|
|
|
|
@dependable
|
|
def wasm():
|
|
- return split_triplet("wasm32-wasi", allow_wasi=True)
|
|
+ return split_triplet("wasm32-wasip1", allow_wasi=True)
|
|
|
|
|
|
@template
|