Skip to content

Commit

Permalink
set CoreFoundation and Security as darwin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Nov 1, 2024
1 parent dbdab69 commit 8d84e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ target_from_pkg :: proc(pkg: ^doc.Pkg) -> (target: string, ok: bool) {
target = "windows_amd64"
ok = true
switch name {
case "darwin", "posix", "kqueue":
case "darwin", "posix", "kqueue", "Foundation", "CoreFoundation", "Security":
target = "darwin_arm64"
case "linux", "unix":
target = "linux_arm64"
Expand Down

0 comments on commit 8d84e0c

Please sign in to comment.