mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-26 16:19:00 +00:00
error occurred when register additional directory for android module on windows.
### config.py ###
```
def can_build(plat):
return plat=="android"
def configure(env):
if (env['platform'] == 'android'):
env.android_add_res_dir("android/res")
```