diff options
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r-- | sdch/sdch.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp index 82e65a1..410629f 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' ] } ], ], |