Skip to content

Commit da39e88

Browse files
linker: Fix BUILD.gn (KhronosGroup#6255)
1 parent 96ede18 commit da39e88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

BUILD.gn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,12 @@ static_library("spvtools_opt") {
657657
}
658658

659659
static_library("spvtools_link") {
660-
sources = [ "source/link/linker.cpp" ]
660+
sources = [
661+
"source/link/linker.cpp",
662+
"source/link/linker.h",
663+
"source/link/fnvar.cpp",
664+
"source/link/fnvar.h"
665+
]
661666
deps = [
662667
":spvtools",
663668
":spvtools_opt",

0 commit comments

Comments
 (0)