Commit 2f56d73
committed
fix: add DragonFlyBSD target support
DragonFly's Rust target triple is `x86_64-unknown-dragonfly` which
doesn't end with "bsd", so the existing check missed it. DragonFly
is a BSD and uses the same POSIX/Linux-compatible Lua build flags.1 parent 178af5a commit 2f56d73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments