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

Commit 608e804

Browse files
committed
[[ Skia ]] Include opts sources for all windows and mac architectures
(including universal - "i386 x86_64")
1 parent c85909f commit 608e804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libskia/libskia.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@
16781678
'conditions':
16791679
[
16801680
[
1681-
'target_arch in ("i386", "x86", "x86_64")',
1681+
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64", "x64")',
16821682
{
16831683
'sources/':
16841684
[

0 commit comments

Comments
 (0)