Skip to content

Commit

Permalink
Target macOS 10.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Jul 5, 2022
1 parent 597497f commit ae699d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ stages:
inputs:
secureFile: 'readline7.0.tar.gz'

# 10.14 is required for full C++17 support, see:
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards
- script: |
export MACOSX_DEPLOYMENT_TARGET=10.9
export MACOSX_DEPLOYMENT_TARGET=10.14
export PATH=/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
export NRN_BUILD_FOR_UPLOAD=1
Expand Down

0 comments on commit ae699d5

Please sign in to comment.