зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1270217 - Change the default MACOS_DEPLOYMENT_TARGET value to 10.9. r=froydnj
This commit is contained in:
Родитель
4f25cf9dc0
Коммит
5817084eb6
|
@ -16,8 +16,8 @@ gyp_vars.update({
|
|||
'build_with_mozilla': 1,
|
||||
'build_with_chromium': 0,
|
||||
# 10.9 once we move to TC cross-compiles - bug 1270217
|
||||
'mac_sdk_min': '10.7',
|
||||
'mac_deployment_target': '10.7',
|
||||
'mac_sdk_min': '10.9',
|
||||
'mac_deployment_target': '10.9',
|
||||
'use_official_google_api_keys': 0,
|
||||
'have_clock_monotonic': 1 if CONFIG['HAVE_CLOCK_MONOTONIC'] else 0,
|
||||
'have_ethtool_cmd_speed_hi': 1 if CONFIG['MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI'] else 0,
|
||||
|
|
|
@ -144,7 +144,7 @@ include('android-ndk.configure', when=compiling_android)
|
|||
# This needs to happen before any compilation test is done.
|
||||
|
||||
option('--enable-macos-target', env='MACOSX_DEPLOYMENT_TARGET', nargs=1,
|
||||
default='10.7', help='Set the minimum MacOS version needed at runtime')
|
||||
default='10.9', help='Set the minimum MacOS version needed at runtime')
|
||||
|
||||
|
||||
@depends('--enable-macos-target', target)
|
||||
|
|
|
@ -2380,7 +2380,7 @@ if test -n "$MOZ_APPLEMEDIA"; then
|
|||
LDFLAGS="$LDFLAGS -framework AudioToolbox"
|
||||
dnl Verify CoreMedia is available.
|
||||
AC_CHECK_HEADER([CoreMedia/CoreMedia.h], [],
|
||||
[AC_MSG_ERROR([MacOS X 10.7 SDK or later is required])])
|
||||
[AC_MSG_ERROR([MacOS X 10.9 SDK or later is required])])
|
||||
fi
|
||||
fi # COMPILE_ENVIRONMENT
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче