forked from mirrors/nixpkgs
lua-bitop: update MACOSX_DEPLOYMENT_TARGET
This commit is contained in:
parent
8f663ee0fb
commit
bac94c5101
|
@ -36,6 +36,10 @@ let
|
|||
|
||||
buildFlags = stdenv.lib.optionalString stdenv.isDarwin "macosx";
|
||||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace Makefile --replace 10.4 10.5
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(
|
||||
${stdenv.lib.optionalString stdenv.cc.isClang "CC=$CC"}
|
||||
|
|
Loading…
Reference in a new issue