1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00
Files
godot/platform/android
volzhs 5eb14d3af0 fix unexpected char: '\' error on windows
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")
```
2016-05-24 05:25:22 +09:00
..
2016-05-21 15:29:25 +02:00
2014-02-09 22:10:30 -03:00
2014-09-15 11:33:30 -03:00
2014-05-24 01:35:47 -03:00
2014-05-29 10:56:39 -03:00
2014-05-29 10:56:39 -03:00
2014-02-09 22:10:30 -03:00
2016-03-09 00:00:52 +01:00
2016-03-09 00:00:52 +01:00
2014-05-24 01:35:47 -03:00