changed to CC=clang

This commit is contained in:
Allen Nelson 2015-05-19 16:49:58 -05:00
parent ec2f3eb855
commit e70f9e74f2

View file

@ -18,5 +18,5 @@ stdenv.mkDerivation rec {
--with-mpfr=${mpfr}
--with-mpc=${libmpc}
'';
makeFlags = ["CC=/usr/bin/gcc"];
makeFlags = ["CC=clang"];
}