summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-02-27 12:08:08 -0800
committerDan Albert <danalbert@google.com>2020-02-27 12:09:09 -0800
commit9300a7ad29a435ca709a39ae8263db38e9197a73 (patch)
treefd675cd20adf411d61220fbeb80ed5592d895214
parentd40b431655527ee7d81d1298c1c47087015549d9 (diff)
downloadbinutils-9300a7ad29a435ca709a39ae8263db38e9197a73.tar.gz
Update the macOS deployment target to 10.10.
Test: None Bug: http://b/143105198 Exempt-From-Owner-Approval: janitorial Change-Id: Ibbb0e4616aeaaa6cc9151b07e49abf40acab8dca
-rwxr-xr-xdo_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_build.py b/do_build.py
index 7c58bd4d..921a71c8 100755
--- a/do_build.py
+++ b/do_build.py
@@ -105,7 +105,7 @@ def configure(arch, host: Host, install_dir, src_dir):
toolchain = ndk.paths.android_path(
'prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1')
toolchain_prefix = 'i686-apple-darwin10'
- env['MACOSX_DEPLOYMENT_TARGET'] = '10.6'
+ env['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
elif host == Host.Linux:
toolchain = ndk.paths.android_path(
'prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8')