mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
Co-Authored-By: q66 <daniel@octaforge.org> Closes https://github.com/void-linux/void-packages/pull/36887
10 lines
309 B
Diff
10 lines
309 B
Diff
--- a/build/linux/unbundle/libxml.gn
|
|
+++ b/build/linux/unbundle/libxml.gn
|
|
@@ -19,6 +19,7 @@ static_library("libxml_utils") {
|
|
":xml_reader",
|
|
":xml_writer",
|
|
"//base/test:test_support",
|
|
+ "//services/data_decoder:lib",
|
|
"//services/data_decoder:xml_parser_fuzzer_deps",
|
|
]
|
|
sources = [
|