1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

0theora compilation fixes

This commit is contained in:
Juan Linietsky
2015-11-25 00:28:03 -03:00
parent 082e3fbb29
commit b987d2113b
12 changed files with 59 additions and 26 deletions

View File

@@ -98,6 +98,7 @@ def configure(env):
if env['android_arch']=='x86':
env['NDK_TARGET']=env['NDK_TARGET_X86']
env["x86_opt_gcc"]=True
if env['PLATFORM'] == 'win32':
import methods