Skip to content

Commit

Permalink
Merge pull request #1518 from Kangz/fix_dawn
Browse files Browse the repository at this point in the history
BUILD.gn: glslang_sources need the public config too
  • Loading branch information
johnkslang authored Oct 3, 2018
2 parents 2e0806c + 6857c23 commit ca042a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ config("glslang_public") {
}

source_set("glslang_sources") {
public_configs = [ ":glslang_public" ]

sources = [
"OGLCompilersDLL/InitializeDll.cpp",
"OGLCompilersDLL/InitializeDll.h",
Expand Down Expand Up @@ -152,8 +154,6 @@ source_set("glslang_sources") {
}

static_library("glslang_static") {
public_configs = [ ":glslang_public" ]

deps = [
":glslang_sources",
]
Expand Down

0 comments on commit ca042a0

Please sign in to comment.