Browse Source

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

Jeremy Apthorp 6 years ago
parent
commit
5b81fde8a7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      BUILD.gn

+ 2 - 1
BUILD.gn

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