Skip to content

Commit

Permalink
fix(build): support AIX (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloorc authored Oct 17, 2024
1 parent 05cdd76 commit 46bae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46bae64

Please sign in to comment.