aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libpng/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libpng/BUILD.gn')
-rw-r--r--third_party/libpng/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libpng/BUILD.gn b/third_party/libpng/BUILD.gn
index a01ede6501..2b2d72a0e6 100644
--- a/third_party/libpng/BUILD.gn
+++ b/third_party/libpng/BUILD.gn
@@ -20,7 +20,7 @@ if (skia_use_system_libpng) {
"../externals/libpng",
]
- defines = []
+ defines = [ "PNG_SET_OPTION_SUPPORTED" ]
deps = [
"//third_party/zlib",
]