summaryrefslogtreecommitdiffstats
path: root/sdch/sdch.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r--sdch/sdch.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index acb4312..42d1f81 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -55,6 +55,7 @@
},
'conditions': [
[ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
+ [ 'OS == "freebsd" or OS == "openbsd"', { 'include_dirs': [ 'bsd' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
],