зеркало из https://github.com/electron/electron.git
build: [gn] link dwmapi in component build (#13773)
This commit is contained in:
Родитель
89a9ccab8b
Коммит
a01b4d78a4
4
BUILD.gn
4
BUILD.gn
|
@ -217,6 +217,7 @@ static_library("electron_lib") {
|
|||
]
|
||||
|
||||
defines = []
|
||||
libs = []
|
||||
|
||||
extra_source_filters = []
|
||||
if (!is_linux) {
|
||||
|
@ -280,7 +281,7 @@ static_library("electron_lib") {
|
|||
]
|
||||
defines += [ "MAS_BUILD" ]
|
||||
} else {
|
||||
libs = [
|
||||
libs += [
|
||||
"Squirrel.framework",
|
||||
"ReactiveCocoa.framework",
|
||||
"Mantle.framework",
|
||||
|
@ -315,6 +316,7 @@ static_library("electron_lib") {
|
|||
}
|
||||
if (is_win) {
|
||||
sources += filenames_gypi.lib_sources_win
|
||||
libs += [ "dwmapi.lib" ]
|
||||
}
|
||||
if (is_linux || is_win) {
|
||||
deps += [ "//third_party/breakpad:client" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче