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.
1 parent 335bc1e commit 85780d1Copy full SHA for 85780d1
1 file changed
src/lib.rs
@@ -136,7 +136,10 @@ impl Build {
136
_ if target.contains("linux") => {
137
config.define("LUA_USE_LINUX", None);
138
}
139
- _ if target.ends_with("bsd") || target.contains("dragonfly") => {
+ _ if target.ends_with("bsd")
140
+ || target.contains("netbsd")
141
+ || target.contains("dragonfly") =>
142
+ {
143
144
145
_ if target.ends_with("illumos") => {
0 commit comments