aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/opts.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/opts.gypi')
-rw-r--r--gyp/opts.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index fbc3d4910a..6db9d0ced8 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -49,13 +49,13 @@
'sse41_sources': [
'<(skia_src_path)/opts/SkOpts_sse41.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',
],
- 'avx_sources': [
- '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
- ],
'avx2_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],