Skip to content

Commit 5d2d5df

Browse files
committed
Bump the default MACOSX_DEPLOYMENT_TARGET.
1 parent 9255714 commit 5d2d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _get_macosx_deployment_target_default():
140140
uname = os.uname()
141141
if uname.sysname == "Darwin" and uname.machine == "arm64":
142142
return "11.0"
143-
return "10.12"
143+
return "10.13"
144144

145145

146146
def _initVariables():

0 commit comments

Comments
 (0)