darwin.stdenv: update MACOSX_DEPLOYMENT_TARGET
No point in claiming we're compatible with a version we don't try to support, and this will probably help with a few other things elsewhere.
This commit is contained in:
parent
ead2424981
commit
e4dba74e8a
@ -29,7 +29,7 @@ in rec {
|
||||
export NIX_ENFORCE_NO_NATIVE="''${NIX_ENFORCE_NO_NATIVE-1}"
|
||||
export NIX_IGNORE_LD_THROUGH_GCC=1
|
||||
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.10
|
||||
export SDKROOT=
|
||||
export CMAKE_OSX_ARCHITECTURES=x86_64
|
||||
# Workaround for https://openradar.appspot.com/22671534 on 10.11.
|
||||
|
Loading…
Reference in New Issue
Block a user