Add Skia deps to the list of available Windows libraries
Building Skia for Windows requires linking some Windows libraries that were not in the list of available ones. This adds the necessary libraries. Test: N/A Change-Id: I803b7b05f47163316c6f03866145dc50656a6bef
This commit is contained in:
parent
1eb88bb494
commit
7f7f34f81a
|
@ -100,7 +100,9 @@ var (
|
|||
"imagehlp",
|
||||
"iphlpapi",
|
||||
"netapi32",
|
||||
"oleaut32",
|
||||
"ole32",
|
||||
"opengl32",
|
||||
"powrprof",
|
||||
"psapi",
|
||||
"pthread",
|
||||
|
@ -108,6 +110,7 @@ var (
|
|||
"uuid",
|
||||
"version",
|
||||
"ws2_32",
|
||||
"windowscodecs",
|
||||
}, "-l")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue