We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be36b6 commit 8d03616Copy full SHA for 8d03616
1 file changed
src/lib.rs
@@ -139,6 +139,12 @@ impl Build {
139
_ if target.ends_with("bsd") => {
140
config.define("LUA_USE_LINUX", None);
141
}
142
+ _ if target.ends_with("illumos") => {
143
+ config.define("LUA_USE_POSIX", None);
144
+ }
145
+ _ if target.ends_with("solaris") => {
146
147
148
_ if target.contains("apple-darwin") => {
149
match version {
150
Lua51 => config.define("LUA_USE_LINUX", None),
0 commit comments