blob: c0cbe40714c3b53734b1cd28084564205f31760a (
plain) (
tree)
|
|
--- third_party/expat/BUILD.gn.orig 2016-10-06 04:02:41.000000000 +0300
+++ third_party/expat/BUILD.gn 2016-10-13 08:30:21.841353000 +0300
@@ -9,7 +9,7 @@
# let's not pull it in twice.
# Chromecast doesn't ship expat as a system library.
# Libfuzzer and AFL need to build library from sources.
-if (is_linux && !is_chromecast && !use_libfuzzer && !use_afl) {
+if ((is_linux || is_bsd) && !is_chromecast && !use_libfuzzer && !use_afl) {
config("expat_config") {
libs = [ "expat" ]
}
|