summaryrefslogtreecommitdiff
path: root/do_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'do_build.py')
-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')