Skip to content

Commit 05f376e

Browse files
authored
chore(ci): set MACOSX_DEPLOYMENT_TARGET (#2267)
No change in semantics, but the environment variable is generally replacing the `-mmacosx-version-min` compiler flag, so let's specify both. (We could raise the minimum as well at some point, but unless there's an actual reason to do so other than "we can" I'd just leave it as-is.)
1 parent 2c72803 commit 05f376e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/compile-artifact.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [ `uname` = Darwin ]; then
2626
# match what Node.js 20 does on their own builder machines
2727
export CFLAGS='-mmacosx-version-min=10.15'
2828
export CXXFLAGS='-mmacosx-version-min=10.15'
29+
export MACOSX_DEPLOYMENT_TARGET=10.15
2930
fi
3031

3132
# The CI machines we have for Windows and x64 macOS are not

0 commit comments

Comments
 (0)