From 0ebbf1aca417a6d43ea3a55909263dc0763816f4 Mon Sep 17 00:00:00 2001 From: lucasg Date: Thu, 15 Oct 2020 17:18:13 +0200 Subject: [PATCH] Fix typo in zlib.gyp that break arm-fpu-neon build --- 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"', {