aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/opts.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index d5dab44a45..3401a80e85 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',
],
}