We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 178af5a + 2f56d73 commit 335bc1eCopy full SHA for 335bc1e
1 file changed
src/lib.rs
@@ -136,7 +136,7 @@ impl Build {
136
_ if target.contains("linux") => {
137
config.define("LUA_USE_LINUX", None);
138
}
139
- _ if target.ends_with("bsd") => {
+ _ if target.ends_with("bsd") || target.contains("dragonfly") => {
140
141
142
_ if target.ends_with("illumos") => {
0 commit comments