Merge pull request #64458 from LnL7/macosx-deployment-target
stdenv: MACOSX_DEPLOYMENT_TARGET 10.10 -> 10.12
This commit is contained in:
commit
23a3256ee1
@ -32,7 +32,7 @@ in rec {
|
|||||||
export NIX_ENFORCE_NO_NATIVE="''${NIX_ENFORCE_NO_NATIVE-1}"
|
export NIX_ENFORCE_NO_NATIVE="''${NIX_ENFORCE_NO_NATIVE-1}"
|
||||||
export NIX_IGNORE_LD_THROUGH_GCC=1
|
export NIX_IGNORE_LD_THROUGH_GCC=1
|
||||||
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
||||||
export MACOSX_DEPLOYMENT_TARGET=10.10
|
export MACOSX_DEPLOYMENT_TARGET=10.12
|
||||||
export SDKROOT=
|
export SDKROOT=
|
||||||
export CMAKE_OSX_ARCHITECTURES=x86_64
|
export CMAKE_OSX_ARCHITECTURES=x86_64
|
||||||
# Workaround for https://openradar.appspot.com/22671534 on 10.11.
|
# Workaround for https://openradar.appspot.com/22671534 on 10.11.
|
||||||
|
Loading…
Reference in New Issue
Block a user