KhronosGroup / KhronosGroup/glslang
Externals headers reference incorrect path
Open
bug
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 989
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 31
Description
The following header files reference an incorrect path and need to be modified to prevent build errors:
```
externals/glslang/SPIRV/Logger.h
externals/glslang/SPIRV/GlslangToSpv.h
```
Modify the following line in each:
FROM: `#include "glslang/Include/visibility.h"`
TO: `#include "../glslang/Include/visibility.h"`
Contributor guide
Assessment
This issue has not been assessed yet.