Tieske / luawinmulti

Lua build and installation script for Windows, building multiple Lua versions in parallel, including LuaRocks.
Other
57 stars 5 forks source link

'setlua.bat' needs to change links for 'luac' as well as 'lua' #19

Closed tbrunz closed 4 years ago

tbrunz commented 4 years ago

The section of the setlua batch file that sets up new 'lua' links,

copy "%myownpath%lua%1.exe" "%myownpath%lua.exe" /B /Y > NUL

Needs to set up new links for luac in parallel.

I've attached a patched version of this batch file as a suggested fix (with .txt tacked onto the file name to make GitHub happy).

setlua.bat.txt

Tieske commented 4 years ago

Any chance you can send a PR?

tbrunz commented 4 years ago

Done.

Tieske commented 4 years ago

implemented in #20