Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlucasg <lucas.georges@outlook.com>2020-10-15 18:18:13 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-19 21:37:19 +0300
commit5b2c263ba82e6ef825c22351dcdcfe177a83d29f (patch)
treee06fe66c0488ff9ef645e45ecd125aced6e8f5a0
parent1428db8a1fce0a9eb9bf2b691164444430d1bad0 (diff)
deps: fix typo in zlib.gyp that break arm-fpu-neon build
PR-URL: https://github.com/nodejs/node/pull/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>
-rw-r--r--deps/zlib/zlib.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/zlib/zlib.gyp b/deps/zlib/zlib.gyp
index 6f5a8ce3464..bbfb561b89b 100644
--- a/deps/zlib/zlib.gyp
+++ b/deps/zlib/zlib.gyp
@@ -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"', {