summaryrefslogtreecommitdiffstats
path: root/sdch/sdch.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r--sdch/sdch.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 6050ab2..82e65a1 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -53,7 +53,7 @@
],
},
'conditions': [
- [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
+ [ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ],
[ 'OS == "freebsd" or OS == "openbsd" or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],