Skip to content

Commit 52399da

Browse files
zcbenztargos
authored andcommitted
build: link with Security.framework in GN build
PR-URL: #56895 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent fe2694a commit 52399da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unofficial.gni

+4-1
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" ]

0 commit comments

Comments
 (0)