Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52399da

Browse filesBrowse files
zcbenztargos
authored andcommitted
build: link with Security.framework in GN build
PR-URL: #56895 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent fe2694a commit 52399da
Copy full SHA for 52399da

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎unofficial.gni‎

Copy file name to clipboardExpand all lines: unofficial.gni
+4-1Lines changed: 4 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.