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

Commit 8b57ad9

Browse files
Merge pull request #107 from livecode/fix-skia-crc-arm
[[ Bug 20033 ]] Ensure SkOpts_crc32 file is included in ARM builds
2 parents 979b0dc + db3f078 commit 8b57ad9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

libskia/libskia.gyp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,10 @@
207207
{
208208
'sources':
209209
[
210-
'<@(opts_armv7_arm64_srcs)',
210+
'<@(opts_armv7_arm64_srcs)',
211+
'<@(opts_crc32_srcs)',
211212
],
212213
},
213-
214-
'target_arch in ("arm64", "armv7 arm64")',
215-
{
216-
'sources':
217-
[
218-
'<@(opts_crc32_srcs)',
219-
],
220-
},
221214
],
222215
],
223216
},

0 commit comments

Comments
 (0)