KhronosGroup / KhronosGroup/glslang

Externals headers reference incorrect path

Open
#3,750 3 comments 0 reactions 1 assignee Claimed by @arcady-lunarg View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.