both arm/x86 require the fix
authorMatthew Leibowitz <mattleibow@live.com>
Wed, 13 Jul 2016 23:22:26 +0000 (01:22 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Wed, 13 Jul 2016 23:22:26 +0000 (01:22 +0200)
gyp/dng_sdk.gyp

index be0c0f9..f8f1a28 100644 (file)
     ['skia_os != "linux"', {
       'sources': ['<@(headers)'],
     }],
-    ['skia_arch_type == "arm" and skia_clang_build', {
+    ['(skia_arch_type == "arm" or skia_arch_type == "x86") and skia_clang_build', {
       # DNG SDK uses __builtin_smulll_overflow() to detect 64x64 bit multiply overflow.
       # On ARMv7, Clang implements this with __mulodi4() in libclang_rt.
       # I can't quite figure out how to link that here, so instead here's a shim for