Add empty files to empty targets to appease XCode.
BUG=skia:4117 Review URL: https://codereview.chromium.org/1312703004
This commit is contained in:
parent
9389b871c3
commit
46b42f5304
@ -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',
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user