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

Fix android build on windows

This commit is contained in:
marynate
2014-10-08 14:37:04 +08:00
parent ee049d1913
commit 1c6dcee465
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ def configure(env):
import methods
env.Tool('gcc')
env['SPAWN'] = methods.win32_spawn
env['SHLIBSUFFIX'] = '.so'
# env.android_source_modules.append("../libs/apk_expansion")
env.android_source_modules.append("../libs/google_play_services")