| Index: gyp/opts.gypi
|
| diff --git a/gyp/opts.gypi b/gyp/opts.gypi
|
| index 6db9d0ced87242435cbdf046968fcd2cd5c7d7a0..e89334d216a113d199c07a802e4c59d583f047e4 100644
|
| --- a/gyp/opts.gypi
|
| +++ b/gyp/opts.gypi
|
| @@ -49,13 +49,13 @@
|
| 'sse41_sources': [
|
| '<(skia_src_path)/opts/SkOpts_sse41.cpp',
|
| ],
|
| + 'sse42_sources': [
|
| + '<(skia_src_path)/opts/SkOpts_sse42.cpp',
|
| + ],
|
| 'avx_sources': [
|
| '<(skia_src_path)/opts/SkOpts_avx.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',
|
| - ],
|
| 'avx2_sources': [
|
| '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
|
| ],
|
|
|