From e9d85cfe9cb39bb7b528ed31c86d042f0bb192f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=BF=8A=E6=B0=91?= Date: Mon, 10 Feb 2025 16:55:44 +0800 Subject: [PATCH] change openssl including file path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王翊民 --- node.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/node.gyp b/node.gyp index 9e525e70..4364c59a 100644 --- a/node.gyp +++ b/node.gyp @@ -544,6 +544,7 @@ '../../third_party/libuv/include', '../../third_party/icu/icu4c/source/common', '<(NDK_SYS_ROOT)/obj/third_party/openssl/build_all_generated/linux-aarch64/include', + '<(NDK_SYS_ROOT)/obj/third_party/openssl/build_all_generated/include', '../openssl/include', '<(obj_dir)/../../../v8-include' ], -- Gitee