changed to CC=clang
This commit is contained in:
parent
ec2f3eb855
commit
e70f9e74f2
@ -18,5 +18,5 @@ stdenv.mkDerivation rec {
|
|||||||
--with-mpfr=${mpfr}
|
--with-mpfr=${mpfr}
|
||||||
--with-mpc=${libmpc}
|
--with-mpc=${libmpc}
|
||||||
'';
|
'';
|
||||||
makeFlags = ["CC=/usr/bin/gcc"];
|
makeFlags = ["CC=clang"];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user