diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 991c22f..f0110ab 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -58,7 +58,7 @@ '<(libjpeg_gyp_path):*', ], 'conditions': [ - ['OS=="mac" or OS=="linux"', { + ['os_posix==1 and OS!="android"', { 'dependencies': [ '../third_party/yasm/yasm.gyp:*#host', '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*', |