diff options
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r-- | sql/sql.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp index 20bcf28..dd01ca8 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -47,7 +47,7 @@ '..', ], 'conditions': [ - ['os_posix==1 and OS!="mac"', { + ['os_posix==1 and OS!="mac" and OS!="ios"', { 'conditions': [ ['linux_use_tcmalloc==1', { 'dependencies': [ |