mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-14 10:20:19 +00:00
Fixup BUILD.gn to use a group for SPIRV-Tools (#1779)
The SPIRV-Tools target doesn't build anything, it just depends on the other libraries. As such, there is no static_library generated and this should be a group() instead.
This commit is contained in:
parent
aa81e62cbe
commit
a97c1d911a
2
BUILD.gn
2
BUILD.gn
@ -577,7 +577,7 @@ static_library("spvtools_opt") {
|
|||||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
static_library("SPIRV-Tools") {
|
group("SPIRV-Tools") {
|
||||||
deps = [
|
deps = [
|
||||||
":spvtools",
|
":spvtools",
|
||||||
":spvtools_opt",
|
":spvtools_opt",
|
||||||
|
Loading…
Reference in New Issue
Block a user