mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
632a33aba2
* [skia] disable the dev test * version * add option * v db * revert * v db * add patch * v db
14 lines
393 B
Diff
14 lines
393 B
Diff
diff --git a/BUILD.gn b/BUILD.gn
|
|
index 3691123..8682b8e 100644
|
|
--- a/BUILD.gn
|
|
+++ b/BUILD.gn
|
|
@@ -97,7 +97,7 @@ config("skia_private") {
|
|
if (is_skia_dev_build && !is_wasm) {
|
|
defines += [
|
|
"SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=1",
|
|
- "GR_TEST_UTILS=1",
|
|
+ "GR_TEST_UTILS=0",
|
|
]
|
|
if (skia_enable_graphite) {
|
|
defines += [ "GRAPHITE_TEST_UTILS=1" ]
|