summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 16221c0db9..f6002f9349 100644
--- a/common.gypi
+++ b/common.gypi
@@ -288,7 +288,7 @@
],
}],
[ 'OS in "linux freebsd openbsd solaris aix"', {
- 'cflags': [ '-pthread', ],
+ 'cflags': [ '-pthread' ],
'ldflags': [ '-pthread' ],
}],
[ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
@@ -301,6 +301,7 @@
'standalone_static_library': 1,
}],
['OS=="openbsd"', {
+ 'cflags': [ '-I/usr/local/include' ],
'ldflags': [ '-Wl,-z,wxneeded' ],
}],
],