Skip to content

Commit

Permalink
fix lua51-dev. Part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 25, 2018
1 parent 4c28493 commit bea411f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor/install-lua.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if NOT EXIST "lua51_dev\lua5.1.lib" (
echo Using cached version of Lua_DEV v5.1
)
set LUA=lua51\lua5.1.exe
set LUA_DEV=%cd%\lua51_dev
REM set LUA_DEV=%cd%\lua51_dev
set "PATH=%cd%\lua51_dev;%PATH%"
@echo off
goto :EOF

Expand Down

0 comments on commit bea411f

Please sign in to comment.