Skip to content

Commit

Permalink
Set minimum OSX version to 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy committed Dec 4, 2017
1 parent d1375f0 commit 0a64458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/darwin-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ payload:
export TASKCLUSTER_ORIGIN_PATH="${system.homedir.osx}/TaskCluster/.*/task_[[:digit:]]\{10\}" &&
export TASKCLUSTER_REWRITE_PATH="$TASKCLUSTER_TASK_DIR" &&
export PKG_CONFIG_PATH="$TASKCLUSTER_TASK_DIR/homebrew/lib/pkgconfig" &&
export MACOSX_DEPLOYMENT_TARGET=10.10 &&
env &&
(
(
Expand Down

0 comments on commit 0a64458

Please sign in to comment.