Skip to content

Commit 5b2c263

Browse files
lucasgaduh95
authored andcommitted
deps: fix typo in zlib.gyp that break arm-fpu-neon build
PR-URL: #35659 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 1428db8 commit 5b2c263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/zlib/zlib.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
['OS=="linux"', {
123123
'defines': [ 'ARMV8_OS_LINUX' ],
124124
}],
125-
['OS="win"', {
125+
['OS=="win"', {
126126
'defines': [ 'ARMV8_OS_WINDOWS' ],
127127
}],
128128
['OS!="android" and OS!="win" and llvm_version=="0.0"', {

0 commit comments

Comments
 (0)