Skip to content

Commit

Permalink
AppVeyor. Set correct lua_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Apr 20, 2016
1 parent 9d7fdac commit 29f28ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ set PATH=%LR_ROOT%;%LR_SYSTREE%\bin;%PATH%

:: Lua will use just the system rocks
set LUA_PATH=%LR_ROOT%\lua\?.lua;%LR_ROOT%\lua\?\init.lua
set LUA_PATH=%LUA_PATH%;.\?.lua;
set LUA_PATH=%LUA_PATH%;%LR_SYSTREE%\share\lua\%LUA_SHORTV%\?.lua
set LUA_PATH=%LUA_PATH%;%LR_SYSTREE%\share\lua\%LUA_SHORTV%\?\init.lua
set LUA_CPATH=%LR_SYSTREE%\lib\lua\%LUA_SHORTV%\?.dll
Expand Down

0 comments on commit 29f28ff

Please sign in to comment.