Skip to content

Commit

Permalink
fix lua51-dev. Part 8. Using Win32_dll8_lib.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 25, 2018
1 parent f5a0054 commit dfc0480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor/install-lua.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set VER_53=5.3.3
set ZIP_51=lua-%VER_51%_Win32_bin.zip
set ZIP_52=lua-%VER_52%_Win32_bin.zip
set ZIP_53=lua-%VER_53%_Win32_bin.zip
set ZIP_51_DEV=lua-%VER_51%_Win32_dllw4_lib.zip
set ZIP_51_DEV=lua-%VER_51%_Win32_dll8_lib.zip

:cinst
@echo off
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ environment:
tbs_tools: msvc
tbs_config: Release
install:
- SET LUAENV=cinst
- SET LUAENV=lua51
- cmd: .appveyor\install-lua.cmd

build_script:
Expand Down

0 comments on commit dfc0480

Please sign in to comment.