Skip to content

Commit

Permalink
deps: fix typo in zlib.gyp that break arm-fpu-neon build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lucasg authored and aduh95 committed Oct 19, 2020
1 parent 1428db8 commit 5b2c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/zlib/zlib.gyp
Expand Up @@ -122,7 +122,7 @@
['OS=="linux"', {
'defines': [ 'ARMV8_OS_LINUX' ],
}],
['OS="win"', {
['OS=="win"', {
'defines': [ 'ARMV8_OS_WINDOWS' ],
}],
['OS!="android" and OS!="win" and llvm_version=="0.0"', {
Expand Down

0 comments on commit 5b2c263

Please sign in to comment.