зеркало из https://github.com/stride3d/xkslang.git
BUILD.gn: make the static_lib complete to fix the build on OSX
This commit is contained in:
Родитель
18268c850f
Коммит
873734dd3f
3
BUILD.gn
3
BUILD.gn
|
@ -55,6 +55,8 @@ source_set("glslang_sources") {
|
|||
"SPIRV/SPVRemapper.h",
|
||||
"SPIRV/SpvBuilder.cpp",
|
||||
"SPIRV/SpvBuilder.h",
|
||||
"SPIRV/SpvPostProcess.cpp",
|
||||
"SPIRV/SpvPostProcess.h",
|
||||
"SPIRV/bitutils.h",
|
||||
"SPIRV/disassemble.cpp",
|
||||
"SPIRV/disassemble.h",
|
||||
|
@ -155,6 +157,7 @@ static_library("glslang_static") {
|
|||
deps = [
|
||||
":glslang_sources",
|
||||
]
|
||||
complete_static_lib = true
|
||||
|
||||
configs -= [ "//build/config/compiler:chromium_code" ]
|
||||
configs += [ "//build/config/compiler:no_chromium_code" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче