build: [gn win] link comctl32.lib to fix component build

This commit is contained in:
Jeremy Apthorp 2018-07-12 13:26:17 -07:00 committed by Jeremy Apthorp
parent 87f34ccda4
commit 5b81fde8a7

View file

@ -676,8 +676,9 @@ if (is_mac) {
]
libs = [
"wtsapi32.lib",
"comctl32.lib",
"uiautomationcore.lib",
"wtsapi32.lib",
]
configs += [ "//build/config/win:windowed" ]