summaryrefslogtreecommitdiff
blob: 00eb01f03fc3df75bf461b1aab5ae46c43f2b120 (plain)
1
2
3
4
5
6
7
8
9
Needed to use system's glslang rather than bundled.
https://github.com/Tencent/ncnn/issues/2622
--- a/src/gpu.cpp
+++ b/src/gpu.cpp
@@ -23,3 +23,3 @@
 #include "glslang/SPIRV/GlslangToSpv.h"
-#include "glslang/glslang/Public/ShaderLang.h"
+#include "glslang/Public/ShaderLang.h"