From 81bfe91c236a8495c9f720928cb93789194affc4 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 14 Jul 2016 01:22:26 +0200 Subject: [PATCH] both arm/x86 require the fix --- gyp/dng_sdk.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/dng_sdk.gyp b/gyp/dng_sdk.gyp index be0c0f9..f8f1a28 100644 --- a/gyp/dng_sdk.gyp +++ b/gyp/dng_sdk.gyp @@ -143,7 +143,7 @@ ['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 -- 2.7.4