mirror of
https://aur.archlinux.org/firedragon.git
synced 2026-03-27 05:01:47 +00:00
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.
This commit is contained in:
13
fix-wasm32-wasi-target.patch
Normal file
13
fix-wasm32-wasi-target.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user