You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
glslang: Disable warnings and allow unbundling
This commit is contained in:
@@ -323,6 +323,9 @@ def configure(env):
|
||||
env.Append(CPPDEFINES=['VULKAN_ENABLED'])
|
||||
if not env['builtin_vulkan']:
|
||||
env.ParseConfig('pkg-config vulkan --cflags --libs')
|
||||
if not env['builtin_glslang']:
|
||||
# No pkgconfig file for glslang so far
|
||||
env.Append(LIBS=['glslang', 'SPIRV'])
|
||||
|
||||
#env.Append(CPPDEFINES=['OPENGL_ENABLED'])
|
||||
env.Append(LIBS=['GL'])
|
||||
|
||||
Reference in New Issue
Block a user