mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
wasilibc: Disable bulk memory operations
Firefox's vendored wasm2c version does not supported those yet. via https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4 and https://hg.mozilla.org/mozilla-central/rev/d190451aa436
This commit is contained in:
parent
a876ef3313
commit
2f91ac81a8
1 changed files with 3 additions and 0 deletions
|
@ -38,7 +38,10 @@ stdenv.mkDerivation {
|
|||
"SYSROOT_LIB:=$SYSROOT_LIB"
|
||||
"SYSROOT_INC:=$SYSROOT_INC"
|
||||
"SYSROOT_SHARE:=$SYSROOT_SHARE"
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1773200
|
||||
"BULK_MEMORY_SOURCES:="
|
||||
)
|
||||
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue