mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-27 17:40:28 +00:00
Fix BUILD.gn (#2381)
extensions_enum.inc is included from source/table.h. So spvtools_core_enums_unified1 target should be in public_deps of spvtools target. This is for crbug.com/931596
This commit is contained in:
parent
354205b3dc
commit
0187c190b5
2
BUILD.gn
2
BUILD.gn
@ -305,7 +305,6 @@ source_set("spvtools_headers") {
|
||||
|
||||
static_library("spvtools") {
|
||||
deps = [
|
||||
":spvtools_core_enums_unified1",
|
||||
":spvtools_core_tables_unified1",
|
||||
":spvtools_generators_inc",
|
||||
":spvtools_glsl_tables_glsl1-0",
|
||||
@ -376,6 +375,7 @@ static_library("spvtools") {
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
":spvtools_core_enums_unified1",
|
||||
":spvtools_headers",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user