libgmp: don’t compile with cpp on wasm
We don’t have full C++ support for things like threads or exceptions.
This commit is contained in:
parent
6948ffd398
commit
e2a1dc6a44
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, m4, cxx ? !stdenv.hostPlatform.useAndroidPrebuilt
|
{ stdenv, fetchurl, m4
|
||||||
|
, cxx ? !stdenv.hostPlatform.useAndroidPrebuilt && !stdenv.hostPlatform.isWasm
|
||||||
, buildPackages
|
, buildPackages
|
||||||
, withStatic ? false }:
|
, withStatic ? false }:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user