Index: gyp/opts.gypi |
diff --git a/gyp/opts.gypi b/gyp/opts.gypi |
index d5dab44a45fc884d58473fe886a4c068c29a0741..3401a80e8552acc817fef87e1cd228f296d28bbd 100644 |
--- a/gyp/opts.gypi |
+++ b/gyp/opts.gypi |
@@ -52,10 +52,14 @@ |
'<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp', |
'<(skia_src_path)/opts/SkOpts_sse41.cpp', |
], |
+ # These targets are empty, but XCode doesn't like that, so add an empty file to each. |
'sse42_sources': [ |
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', |
], |
'avx_sources': [ |
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', |
], |
'avx2_sources': [ |
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', |
], |
} |