Skip to content

Commit

Permalink
stdenv: MACOSX_DEPLOYMENT_TARGET 10.10 -> 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jul 8, 2019
1 parent aa46fdc commit f1070ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/default.nix
Expand Up @@ -32,7 +32,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.10
export MACOSX_DEPLOYMENT_TARGET=10.12
export SDKROOT=
export CMAKE_OSX_ARCHITECTURES=x86_64
# Workaround for https://openradar.appspot.com/22671534 on 10.11.
Expand Down

0 comments on commit f1070ee

Please sign in to comment.