1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-08 15:13:35 +00:00

Fix glslang revision;

This commit is contained in:
bjorn 2024-05-27 02:33:58 -07:00
parent 470a78a326
commit dc4e6873ad
2 changed files with 2 additions and 1 deletions

View file

@ -259,6 +259,7 @@ if config.modules.graphics and config.glslang then
glslang_cflags += '-fno-exceptions'
glslang_cflags += '-fno-rtti'
glslang_cflags += '-Ideps/glslang'
glslang_cflags += '-I.obj'
glslang_lflags += '-shared'
glslang_src += 'deps/glslang/glslang/CInterface/*.cpp'
glslang_src += 'deps/glslang/glslang/MachineIndependent/*.cpp'

2
deps/glslang vendored

@ -1 +1 @@
Subproject commit 5edafd3006723e9b4680d1cc03920a535460fed5
Subproject commit 1cad045cc2bf79c976e1d7001ac71644f6cb29a8