[Scummvm-git-logs] scummvm master -> ed99753fa4f707d956337ea27fdf7f4c6dab0328
criezy
criezy at scummvm.org
Fri Oct 30 14:47:57 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ed99753fa4 CONFIGURE: Fix detection of 10.4 OS X deployement target
Commit: ed99753fa4f707d956337ea27fdf7f4c6dab0328
https://github.com/scummvm/scummvm/commit/ed99753fa4f707d956337ea27fdf7f4c6dab0328
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-30T14:47:31Z
Commit Message:
CONFIGURE: Fix detection of 10.4 OS X deployement target
Changed paths:
configure
diff --git a/configure b/configure
index f7c8c4979f..49b7dc25cd 100755
--- a/configure
+++ b/configure
@@ -2907,7 +2907,7 @@ case $_host_os in
# to n/a (i.e. 0.0). See bug #11430 for details.
echocheck "macOS deployement target"
_macos_min_version=undefined
- for _macos_min_version_check in 1030 140 1050 1060 1070 1080 1090 101000 101100 101200 101300 101400 101500 101600; do
+ for _macos_min_version_check in 1030 1040 1050 1060 1070 1080 1090 101000 101100 101200 101300 101400 101500 101600; do
cat > $TMPC << EOF
#include "AvailabilityMacros.h"
#if MAC_OS_X_VERSION_MIN_REQUIRED > ${_macos_min_version_check}
More information about the Scummvm-git-logs
mailing list