From 5ab7a30a06786742416bd7f98778c6f70a78d896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 22 Nov 2022 15:54:19 +0100 Subject: [PATCH] build: avoid redefined macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's already defined in `common.gypi`. PR-URL: https://github.com/nodejs/node/pull/45544 Reviewed-By: Ben Noordhuis Reviewed-By: Daeyeon Jeong Reviewed-By: Jiawen Geng Reviewed-By: Rich Trott Reviewed-By: Richard Lau Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen --- tools/icu/icu-generic.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index 7c22e72a52bc19..db45e6fbdff1aa 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -93,7 +93,6 @@ }, 'defines': [ 'U_ATTRIBUTE_DEPRECATED=', - '_CRT_SECURE_NO_DEPRECATE=', 'U_STATIC_IMPLEMENTATION=1', ], },