diff options
Diffstat (limited to 'repos/clang/firefox/wasip1.patch')
| -rw-r--r-- | repos/clang/firefox/wasip1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/clang/firefox/wasip1.patch b/repos/clang/firefox/wasip1.patch new file mode 100644 index 00000000..c8a5aca1 --- /dev/null +++ b/repos/clang/firefox/wasip1.patch @@ -0,0 +1,11 @@ +--- a/build/moz.configure/toolchain.configure ++++ b/build/moz.configure/toolchain.configure +@@ -979,7 +979,7 @@ + + @dependable + def wasm(): +- return split_triplet("wasm32-wasi", allow_wasi=True) ++ return split_triplet("wasm32-wasip1", allow_wasi=True) + + + @template |