mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
read depth fixes
This commit is contained in:
parent
ad634876b5
commit
7fc4059b13
4 changed files with 73 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue