forked from mirrors/nixpkgs
curl: fix clang build
This commit is contained in:
parent
a98b96824d
commit
514593ea31
|
@ -68,8 +68,8 @@ stdenv.mkDerivation rec {
|
|||
++ stdenv.lib.optional c-aresSupport "--enable-ares=${c-ares}"
|
||||
++ stdenv.lib.optional gssSupport "--with-gssapi=${gss}";
|
||||
|
||||
CXX = "g++";
|
||||
CXXCPP = "g++ -E";
|
||||
CXX = "c++";
|
||||
CXXCPP = "c++ -E";
|
||||
|
||||
postInstall = ''
|
||||
moveToOutput bin/curl-config "$dev"
|
||||
|
|
Loading…
Reference in a new issue