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

Commit 4352d80

Browse files
committed
Fix target arch check for neon optimizations
1 parent 076b45d commit 4352d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libskia/libskia.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@
16891689
},
16901690
],
16911691
[
1692-
'target_arch in ("armv7", "arm64")',
1692+
'target_arch in ("armv7", "arm64", "armv7 arm64")',
16931693
{
16941694
'sources/':
16951695
[

0 commit comments

Comments
 (0)