mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 00:19:22 +08:00
eb76636c04
* [skia] Update version to 0.38.2 * version * add dep wuffs * version * add support x86 MSVC build * version
16 lines
403 B
Diff
16 lines
403 B
Diff
diff --git a/BUILD.gn b/BUILD.gn
|
|
index 577dd00..07f9882 100644
|
|
--- a/BUILD.gn
|
|
+++ b/BUILD.gn
|
|
@@ -1478,6 +1478,10 @@ skia_component("skia") {
|
|
defines = []
|
|
libs = []
|
|
|
|
+ if (is_win && target_cpu != "arm64" && !skia_enable_winuwp) {
|
|
+ libs += [ "OpenGL32.lib" ] # for src/utils/win/SkWGL_win.cpp
|
|
+ }
|
|
+
|
|
if (skia_enable_sksl) {
|
|
deps += [ ":minify_sksl" ]
|
|
sources += skia_sksl_sources
|