Skip to content

Commit 413c49a

Browse files
committed
build: remove the conditions that will never be triggered
1 parent 1f11352 commit 413c49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
'cflags': [ '-m64', '-mminimal-toc' ],
536536
'ldflags': [ '-m64' ],
537537
}],
538-
[ 'host_arch=="s390x" and (OS=="linux" or OS=="openharmony")', {
538+
[ 'host_arch=="s390x" and OS=="linux"', {
539539
'cflags': [ '-m64', '-march=z196' ],
540540
'ldflags': [ '-m64', '-march=z196' ],
541541
}],
@@ -555,7 +555,7 @@
555555
'cflags': [ '-m64', '-mminimal-toc' ],
556556
'ldflags': [ '-m64' ],
557557
}],
558-
[ 'target_arch=="s390x" and (OS=="linux" or OS=="openharmony")', {
558+
[ 'target_arch=="s390x" and OS=="linux"', {
559559
'cflags': [ '-m64', '-march=z196' ],
560560
'ldflags': [ '-m64', '-march=z196' ],
561561
}],

0 commit comments

Comments
 (0)