Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
MAINT: MACOSX_DEPLOYMENT_TARGET writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Nov 27, 2021
1 parent 71f513c commit 52bff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Platform variables used in multibuild scripts
if [ `uname` == 'Darwin' ]; then
echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]osx"
echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET]10.9"
echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET;isReadonly=false]10.9"
else
echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]linux"
fi
Expand Down

0 comments on commit 52bff5f

Please sign in to comment.