mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #35282 from vbgl/ocaml-cil-darwin
ocamlPackages.cil: fix build on Darwin
This commit is contained in:
commit
7418eb68ff
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||
createFindlibDestdir = true;
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace Makefile.in --replace 'MACHDEPCC=gcc' 'MACHDEPCC=$(CC)'
|
||||
export FORCE_PERL_PREFIX=1
|
||||
'';
|
||||
prefixKey = "-prefix=";
|
||||
|
|
Loading…
Reference in a new issue