From 5b2c263ba82e6ef825c22351dcdcfe177a83d29f Mon Sep 17 00:00:00 2001 From: lucasg Date: Thu, 15 Oct 2020 17:18:13 +0200 Subject: [PATCH] deps: fix typo in zlib.gyp that break arm-fpu-neon build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35659 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen --- deps/zlib/zlib.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib/zlib.gyp b/deps/zlib/zlib.gyp index 6f5a8ce3464b31..bbfb561b89b52f 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"', {