14 lines
445 B
Diff
14 lines
445 B
Diff
|
diff --git a/third_party/maldoca/BUILD.gn b/third_party/maldoca/BUILD.gn
|
||
|
index eeab205..29a0a2c 100644
|
||
|
--- a/third_party/maldoca/BUILD.gn
|
||
|
+++ b/third_party/maldoca/BUILD.gn
|
||
|
@@ -224,7 +224,7 @@ source_set("maldoca-ole") {
|
||
|
"//third_party/libxml",
|
||
|
"//third_party/protobuf:protobuf_lite",
|
||
|
"//third_party/re2",
|
||
|
- "//third_party/zlib:zlib_common_headers",
|
||
|
+ "//third_party/zlib:zlib",
|
||
|
"//third_party/zlib/google:zip",
|
||
|
]
|
||
|
|