mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: link with Security.framework in GN build
PR-URL: https://github.com/nodejs/node/pull/56895 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -173,7 +173,10 @@ template("node_gn_build") {
|
||||
libs = [ "psapi.lib" ]
|
||||
}
|
||||
if (is_mac) {
|
||||
frameworks = [ "CoreFoundation.framework" ]
|
||||
frameworks = [
|
||||
"CoreFoundation.framework",
|
||||
"Security.framework",
|
||||
]
|
||||
}
|
||||
if (is_posix) {
|
||||
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
|
||||
|
||||
Reference in New Issue
Block a user