Tieske / luawinmulti

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

Have setlua.bat change links for luac as with lua #20

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. This pull request adds this code to the batch file.