glsl: Fix mingw crosscompile
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user