gmp: fix on android prebuilt
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, m4, cxx ? true
|
{ stdenv, fetchurl, m4, cxx ? !hostPlatform.useAndroidPrebuilt
|
||||||
, buildPackages
|
, buildPackages, hostPlatform
|
||||||
, withStatic ? false }:
|
, withStatic ? false }:
|
||||||
|
|
||||||
let inherit (stdenv.lib) optional optionalString; in
|
let inherit (stdenv.lib) optional optionalString; in
|
||||||
|
|||||||
Reference in New Issue
Block a user