build: [gn win] link comctl32.lib to fix component build
This commit is contained in:
parent
87f34ccda4
commit
5b81fde8a7
1 changed files with 2 additions and 1 deletions
3
BUILD.gn
3
BUILD.gn
|
@ -676,8 +676,9 @@ if (is_mac) {
|
|||
]
|
||||
|
||||
libs = [
|
||||
"wtsapi32.lib",
|
||||
"comctl32.lib",
|
||||
"uiautomationcore.lib",
|
||||
"wtsapi32.lib",
|
||||
]
|
||||
|
||||
configs += [ "//build/config/win:windowed" ]
|
||||
|
|
Loading…
Reference in a new issue