diff options
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r-- | sdch/sdch.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp index 2c5d9b7..f44353b 100644 --- a/sdch/sdch.gyp +++ b/sdch/sdch.gyp @@ -56,6 +56,7 @@ ], }, 'conditions': [ + [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ], [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], ], |