| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -173,7 +173,10 @@ template("node_gn_build") { | |||
| 173 | 173 | libs = [ "psapi.lib" ] | |
| 174 | 174 | } | |
| 175 | 175 | if (is_mac) { | |
| 176 | - frameworks = [ "CoreFoundation.framework" ] | ||
| 176 | + frameworks = [ | ||
| 177 | + "CoreFoundation.framework", | ||
| 178 | + "Security.framework", | ||
| 179 | + ] | ||
| 177 | 180 | } | |
| 178 | 181 | if (is_posix) { | |
| 179 | 182 | configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments