Skip to content

Commit

Permalink
set posix and kqueue package to be generated from darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Nov 1, 2024
1 parent 8535495 commit dbdab69
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":
case "darwin", "posix", "kqueue":
target = "darwin_arm64"
case "linux", "unix":
target = "linux_arm64"
Expand Down

0 comments on commit dbdab69

Please sign in to comment.