1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2026-03-27 05:01:47 +00:00
Files
firedragon/fix-wasm32-wasi-target.patch
GitLab CI 19896788bc chore: update firedragon
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.
2026-03-17 21:03:55 +00:00

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