Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d1503.
This commit is contained in:
committed by
Robin Gloster
parent
5a012fdbb3
commit
f7bc33abf0
@@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
|
||||
# --disable-static actually enables static linking here...
|
||||
dontDisableStatic = true;
|
||||
|
||||
preConfigure = ''
|
||||
CC=${stdenv.cc.targetPrefix}gcc
|
||||
CXX=${stdenv.cc.targetPrefix}g++
|
||||
'';
|
||||
|
||||
makeFlags = [ "LEX=${flex}/bin/flex" ];
|
||||
|
||||
preInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user