aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jsoncpp/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jsoncpp/BUILD.gn')
-rw-r--r--third_party/jsoncpp/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/jsoncpp/BUILD.gn b/third_party/jsoncpp/BUILD.gn
index 34150c08b0..ff8351f2cf 100644
--- a/third_party/jsoncpp/BUILD.gn
+++ b/third_party/jsoncpp/BUILD.gn
@@ -4,7 +4,7 @@
# found in the LICENSE file.
declare_args() {
- skia_use_system_jsoncpp = false
+ skia_use_system_jsoncpp = is_official_build
}
import("../third_party.gni")