mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Fix android build on windows
This commit is contained in:
parent
ee049d1913
commit
1c6dcee465
2 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue