diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 17:01:07 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 17:03:44 -0500 |
commit | f246d35995a00808f407f3feb4f8b8faff2f3756 (patch) | |
tree | ba55df59fe52e503b9a3bc88e8e83f3b33fa8fe0 /.circleci | |
parent | b6a2691aeb55e990080130d996f63bb40595885e (diff) | |
download | haskell-f246d35995a00808f407f3feb4f8b8faff2f3756.tar.gz |
Darwin: Set deployment target
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 620ac35453..80bccd725e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,6 +138,10 @@ jobs: macos: xcode: "9.0" environment: + MACOSX_DEPLOYMENT_TARGET: "10.7" + # Only Sierra and onwards supports clock_gettime. See #12858 + ac_cv_func_clock_gettime: "no" + environment: <<: *buildenv steps: - checkout |