Skip to content

Conversation

@sewbacca
Copy link

@sewbacca sewbacca commented Jan 1, 2026

Running a shell script doesn't work on Windows, even if MSYS2/MinGW is used, since os.execute still goes through cmd.exe, which is what LuaRocks uses to execute the build command. Instead we can run the lua script directly and also remove the implicit dependency to luajit and bash by using the $(LUA) variable luarocks provides (it isn't used anywhere right?). Technically make.sh would no longer be needed, but I left it there for backwardscompatibility. This doesn't require a code change so I increased only the revision number of the rockspec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant