glsl: Fix mingw crosscompile

This commit is contained in:
Jakob Bornecrantz
2011-01-24 23:26:03 +01:00
parent 1af59b28b5
commit 4fabdf72ea

View File

@@ -91,6 +91,7 @@ if env['platform'] == common.host_platform:
env.Prepend(CPPPATH = ['#src/talloc']) env.Prepend(CPPPATH = ['#src/talloc'])
env.Prepend(LIBS = [talloc]) env.Prepend(LIBS = [talloc])
else: else:
env.Prepend(CPPPATH = ['#include'])
env.Prepend(LIBS = ['talloc']) env.Prepend(LIBS = ['talloc'])
builtin_compiler = env.Program( builtin_compiler = env.Program(