Index: sdch/sdch.gyp |
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp |
index 82e65a1d268cd917cd17e3a03eda2df8b196cded..410629f29004cfda613cc72fa646023a20d121a0 100644 |
--- a/sdch/sdch.gyp |
+++ b/sdch/sdch.gyp |
@@ -54,7 +54,7 @@ |
}, |
'conditions': [ |
[ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ], |
- [ 'OS == "freebsd" or OS == "openbsd" or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ], |
+ [ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ], |
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], |
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], |
], |