diff options
| author | Juan Linietsky | 2015-03-31 17:57:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-03-31 17:57:16 -0300 |
| commit | 7fc4059b1311afbf986f4b356bb93cd164ba829a (patch) | |
| tree | 7a3507176e92bc24ba549e138db1f613994919d0 /platform/android/detect.py | |
| parent | ad634876b5b7d775f6d490cf7f874c6aae058a28 (diff) | |
| download | godot-7fc4059b1311afbf986f4b356bb93cd164ba829a.tar.gz godot-7fc4059b1311afbf986f4b356bb93cd164ba829a.tar.zst godot-7fc4059b1311afbf986f4b356bb93cd164ba829a.zip | |
Diffstat (limited to 'platform/android/detect.py')
| -rw-r--r-- | platform/android/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 86743fc37..5ef405f7b 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -24,7 +24,7 @@ def get_opts(): ('NDK_TOOLCHAIN', 'toolchain to use for the NDK',"arm-eabi-4.4.0"), #android 2.3 ('ndk_platform', 'compile for platform: (2.2,2.3)',"2.2"), - ('NDK_TARGET', 'toolchain to use for the NDK',"arm-linux-androideabi-4.9"), + ('NDK_TARGET', 'toolchain to use for the NDK',"arm-linux-androideabi-4.8"), ('android_stl','enable STL support in android port (for modules)','no'), ('armv6','compile for older phones running arm v6 (instead of v7+neon+smp)','no'), ('x86','Xompile for Android-x86','no') |
