blob: e59ff9e55e501d1703cd40f54a2ecc9bdc4ee916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/libxslt/BUILD.gn.orig 2017-01-26 00:49:30 UTC
+++ third_party/libxslt/BUILD.gn
@@ -82,7 +82,7 @@ static_library("libxslt") {
public_configs = [ ":libxslt_config" ]
cflags = []
- if (is_linux || is_android) {
+ if (is_linux || is_bsd || is_android) {
include_dirs = [ "linux" ]
} else if (is_win) {
include_dirs = [ "win32" ]
|