◐ Shell
clean mode source ↗

build: link with Security.framework in GN build · nodejs/node@52399da

Original file line numberDiff line numberDiff line change

@@ -173,7 +173,10 @@ template("node_gn_build") {

173173

libs = [ "psapi.lib" ]

174174

}

175175

if (is_mac) {

176-

frameworks = [ "CoreFoundation.framework" ]

176+

frameworks = [

177+

"CoreFoundation.framework",

178+

"Security.framework",

179+

]

177180

}

178181

if (is_posix) {

179182

configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]