summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-02 13:38:14 -0800
committerDan Albert <danalbert@google.com>2020-03-02 23:39:55 +0000
commit480744b95b878c1175e1100312cb8b08c8a932b7 (patch)
tree8a3a267d0dbe0c5d20d12c7265394f239d5704ec
parent9300a7ad29a435ca709a39ae8263db38e9197a73 (diff)
downloadbinutils-480744b95b878c1175e1100312cb8b08c8a932b7.tar.gz
Fix build, hopefully.
The build server we're currently on doesn't have anything newer than a 10.8 SDK. Test: build servers Bug: None Exempt-From-Owner-Approval: build fix Change-Id: I3260303505b0e6c30d5b9d7d16c6f9abb9af3303
-rwxr-xr-xdo_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_build.py b/do_build.py
index 921a71c8..0d9b7d0d 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.10'
+ env['MACOSX_DEPLOYMENT_TARGET'] = '10.8'
elif host == Host.Linux:
toolchain = ndk.paths.android_path(
'prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8')