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 6efe4f5..d84be58 100644 --- a/sdch/sdch.gyp +++ b/sdch/sdch.gyp @@ -55,6 +55,7 @@ 'conditions': [ [ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ], [ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ], + [ 'OS == "ios"', { 'include_dirs': [ 'ios' ] } ], [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], ], |