1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00
Files
godot/platform
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
..
2016-04-02 22:03:48 +02:00
2016-04-02 22:19:40 +02:00
2016-04-02 22:19:40 +02:00
2016-04-02 22:19:40 +02:00
2016-05-06 11:12:31 +02:00
2016-04-02 22:19:40 +02:00