| Index: sdch/sdch.gyp
|
| diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
|
| index 6efe4f5c308305329addcbccadf4d092931a135a..212e1903a0169dc5aa3755b8d95824b96eb70725 100644
|
| --- a/sdch/sdch.gyp
|
| +++ b/sdch/sdch.gyp
|
| @@ -53,7 +53,8 @@
|
| ],
|
| },
|
| 'conditions': [
|
| - [ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ],
|
| + [ 'OS == "android"', { 'include_dirs': [ 'android' ] } ],
|
| + [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
|
| [ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
|
| [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
|
| [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
|
|
|