14 lines
310 B
Text
14 lines
310 B
Text
Index: third_party/maldoca/BUILD.gn
|
|
--- third_party/maldoca/BUILD.gn.orig
|
|
+++ third_party/maldoca/BUILD.gn
|
|
@@ -264,6 +264,10 @@ source_set("maldoca-public-headers") {
|
|
":maldoca_chromium_config",
|
|
":maldoca_flags",
|
|
]
|
|
+
|
|
+ if (is_bsd) {
|
|
+ libs = [ "iconv" ]
|
|
+ }
|
|
}
|
|
|
|
static_library("maldoca") {
|