You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
So, not too sure how fixable this is, I'm guessing the issue lies in Lua's Makefile, nothing immediately stands out from the MINGW PKGBUILD and patches, I'll look into this though and apologies for the delay.
if there are spaces in the file Path, you have to use quotation marks ("my path"), otherwise the command line thinks, there are two arguments
@Henny022 he realized this, and he opened the issue because the path is not quoted. He doesn't have control over whether it's quoted or not (as far as I can tell)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When attempting to install Lua, the path isn't quoted, so fails. Everything up to this point correctly quotes paths and works fine.
I've confirmed it appears to build correctly on my system in a path without spaces.
The text was updated successfully, but these errors were encountered: