lua-bitop: update MACOSX_DEPLOYMENT_TARGET

This commit is contained in:
Jude Taylor 2015-10-22 13:46:41 -07:00
parent 8f663ee0fb
commit bac94c5101

View File

@ -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"}