curl: Enable cross-compilation
By fixing toolchain paths
This commit is contained in:
parent
6971c503af
commit
d23f71deaa
@ -76,8 +76,8 @@ stdenv.mkDerivation rec {
|
||||
++ stdenv.lib.optional c-aresSupport "--enable-ares=${c-ares}"
|
||||
++ stdenv.lib.optional gssSupport "--with-gssapi=${kerberos.dev}";
|
||||
|
||||
CXX = "c++";
|
||||
CXXCPP = "c++ -E";
|
||||
CXX = "${stdenv.cc.targetPrefix}c++";
|
||||
CXXCPP = "${stdenv.cc.targetPrefix}c++ -E";
|
||||
|
||||
doCheck = false; # expensive, fails
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user