mirror of
https://aur.archlinux.org/firedragon.git
synced 2026-03-27 05:01:47 +00:00
This commit was automatically generated to reflect changes to this package in another repository. The changelog for this package can be found at https://gitlab.com/garuda-linux/pkgbuilds/-/commits/main/firedragon. Logs of the corresponding pipeline run can be found here: https://gitlab.com/garuda-linux/pkgbuilds/-/pipelines/2391580434.
14 lines
449 B
Diff
14 lines
449 B
Diff
diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
|
|
index c443705c26bf..bb7e98b65980 100644
|
|
--- a/build/moz.configure/toolchain.configure
|
|
+++ b/build/moz.configure/toolchain.configure
|
|
@@ -1112,7 +1112,7 @@ def compiler_wrapper(wrapper, ccache):
|
|
|
|
@dependable
|
|
def wasm():
|
|
- return split_triplet("wasm32-wasi", allow_wasi=True)
|
|
+ return split_triplet("wasm32-wasip1", allow_wasi=True)
|
|
|
|
|
|
@template
|