Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 979b0dc

Browse files
Merge pull request #106 from livecode/bugfix-20033
[[ Bug 20033 ]] Add crc32 sources when building for arm64
2 parents 543f6bf + 3d0e0aa commit 979b0dc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

libskia/libskia.gyp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@
9090
"src/opts/SkBlitRow_opts_arm_neon.cpp",
9191
],
9292

93-
# TODO: This seems specific to ARM64 when SK_ARM_HAS_CRC32 is defined
94-
# so we ignore for now.
9593
'opts_crc32_srcs':
9694
[
9795
"src/opts/SkOpts_crc32.cpp",
@@ -212,6 +210,14 @@
212210
'<@(opts_armv7_arm64_srcs)',
213211
],
214212
},
213+
214+
'target_arch in ("arm64", "armv7 arm64")',
215+
{
216+
'sources':
217+
[
218+
'<@(opts_crc32_srcs)',
219+
],
220+
},
215221
],
216222
],
217223
},

0 commit comments

Comments
 (0)