diff options
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r-- | gyp/bench.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp index 44ebbf2d0e..7a413e1d24 100644 --- a/gyp/bench.gyp +++ b/gyp/bench.gyp @@ -57,7 +57,7 @@ 'core.gyp:core', ], 'conditions': [ - [ 'skia_os != "mac"', { + [ 'skia_os not in ["mac", "ios"]', { 'sources!': [ '../bench/BenchSysTimer_mach.h', '../bench/BenchSysTimer_mach.cpp', |