Skip to content

Commit e7cb8bf

Browse files
authored
Merge pull request KhronosGroup#2320 from ShabbyX/fix-gn-check
gn: Fix `gn gen --check` by adding missing dependency
2 parents 909bca8 + e2b7983 commit e7cb8bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ glslang_sources_common("glslang_standalone_sources") {
226226

227227
source_set("glslang_default_resource_limits_sources") {
228228
sources = [
229+
"glslang/Include/ResourceLimits.h",
229230
"StandAlone/ResourceLimits.cpp",
230231
"StandAlone/ResourceLimits.h",
231232
]

0 commit comments

Comments
 (0)