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

Commit 0e977bf

Browse files
committed
[[ Bug 19882 ]] Make sure target_arch is compared with x64
This patch ensures that the target-specific opt targets also use x64 as a comparison option.
1 parent 6fbda2a commit 0e977bf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

libskia/libskia.gyp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
'conditions':
244244
[
245245
[
246-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
246+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
247247
{
248248
'sources':
249249
[
@@ -297,7 +297,7 @@
297297
'conditions':
298298
[
299299
[
300-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
300+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
301301
{
302302
'sources':
303303
[
@@ -351,7 +351,7 @@
351351
'conditions':
352352
[
353353
[
354-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
354+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
355355
{
356356
'sources':
357357
[
@@ -406,7 +406,7 @@
406406
'conditions':
407407
[
408408
[
409-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
409+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
410410
{
411411
'sources':
412412
[
@@ -460,7 +460,7 @@
460460
'conditions':
461461
[
462462
[
463-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
463+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
464464
{
465465
'sources':
466466
[
@@ -514,7 +514,7 @@
514514
'conditions':
515515
[
516516
[
517-
'target_arch in ("i386", "x86", "x86_64", "i386 x86_64")',
517+
'target_arch in ("i386", "x86", "x64", "x86_64", "i386 x86_64")',
518518
{
519519
'sources':
520520
[

0 commit comments

Comments
 (0)