ocamlPackages.cil: fix build on Darwin
This commit is contained in:
parent
ec2e601871
commit
c888d97013
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
substituteInPlace Makefile.in --replace 'MACHDEPCC=gcc' 'MACHDEPCC=$(CC)'
|
||||||
export FORCE_PERL_PREFIX=1
|
export FORCE_PERL_PREFIX=1
|
||||||
'';
|
'';
|
||||||
prefixKey = "-prefix=";
|
prefixKey = "-prefix=";
|
||||||
|
Loading…
Reference in New Issue
Block a user