blob: b66aa863040ed884b1934d3a80393954e8312c8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/libxml/BUILD.gn.orig 2016-08-03 22:02:38.000000000 +0300
+++ third_party/libxml/BUILD.gn 2016-09-02 23:25:19.267995000 +0300
@@ -4,7 +4,7 @@
# Define an "os_include" variable that points at the OS-specific generated
# headers. These were generated by running the configure script offline.
-if (is_linux || is_android || is_nacl) {
+if (is_linux || is_bsd || is_android || is_nacl) {
os_include = "linux"
} else if (is_mac || is_ios) {
os_include = "mac"
|