From 46bae648f9d68b1bf80698eddd51dfb72047a386 Mon Sep 17 00:00:00 2001 From: Cloorc <13597105+cloorc@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:40:34 +0800 Subject: [PATCH] fix(build): support AIX (#431) --- binding.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index 511a747..d880b52 100644 --- a/binding.gyp +++ b/binding.gyp @@ -23,7 +23,7 @@ # Avoid defining _FORTIFY_SOURCE on Darwin "defines+": ["_FORTIFY_SOURCE=2"] }], - ["OS not in 'win ios mac'", { + ["OS not in 'win ios mac aix'", { # On Darwin with Xcode CLT/LLVM, "-fvisibility=hidden" hide all symbols that # not explicitly marked with __attribute__((visibility("default"))) # Flags for sections are specific to ELF binaries