Merge pull request #35282 from vbgl/ocaml-cil-darwin

ocamlPackages.cil: fix build on Darwin
This commit is contained in:
Daiderd Jordan 2018-02-21 21:08:52 +01:00 committed by GitHub
commit 7418eb68ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
preConfigure = ''
substituteInPlace Makefile.in --replace 'MACHDEPCC=gcc' 'MACHDEPCC=$(CC)'
export FORCE_PERL_PREFIX=1
'';
prefixKey = "-prefix=";