| Index: sdch/sdch.gyp
|
| diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
|
| index 6050ab24681e8741f0749bc57bd0d123b67829c5..82e65a1d268cd917cd17e3a03eda2df8b196cded 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' ] } ],
|
|
|