1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00
Files
godot/platform/android
volzhs bbf08a48df 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")
```

(cherry picked from commit 5eb14d3af0)
2016-06-04 22:20:02 +02:00
..
2015-01-10 17:35:26 -03: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-04-02 22:03:48 +02:00
2016-04-02 22:03:48 +02:00
2014-05-24 01:35:47 -03:00