From 16b8b97472752bdf4753ef4a9bee9b7a687fa1cd Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 25 Jan 2016 00:25:32 -0300 Subject: Combies driver split and spawn fix, closes #3265 --- platform/android/detect.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/android') diff --git a/platform/android/detect.py b/platform/android/detect.py index ee3dc119c2..15ef478e19 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -247,3 +247,5 @@ def configure(env): env.Append( BUILDERS = { 'GLSL120' : env.Builder(action = methods.build_legacygl_headers, suffix = 'glsl.h',src_suffix = '.glsl') } ) env.Append( BUILDERS = { 'GLSL' : env.Builder(action = methods.build_glsl_headers, suffix = 'glsl.h',src_suffix = '.glsl') } ) env.Append( BUILDERS = { 'GLSL120GLES' : env.Builder(action = methods.build_gles2_headers, suffix = 'glsl.h',src_suffix = '.glsl') } ) + + env.use_windows_spawn_fix() -- cgit v1.2.3