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 1551af1 + e2784d6 commit 45324eeCopy full SHA for 45324ee
src/lib.rs
@@ -87,6 +87,12 @@ impl Build {
87
_ if target.contains("freebsd") => {
88
config.define("LUA_USE_LINUX", None);
89
}
90
+ _ if target.contains("netbsd") => {
91
+ config.define("LUA_USE_LINUX", None);
92
+ }
93
+ _ if target.contains("openbsd") => {
94
95
96
_ if target.contains("apple-darwin") => {
97
match version {
98
Lua51 => config.define("LUA_USE_LINUX", None),
0 commit comments