mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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 New Issue
Block a user