We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a0054 commit dfc0480Copy full SHA for dfc0480
.appveyor/install-lua.cmd
@@ -11,7 +11,7 @@ set VER_53=5.3.3
11
set ZIP_51=lua-%VER_51%_Win32_bin.zip
12
set ZIP_52=lua-%VER_52%_Win32_bin.zip
13
set ZIP_53=lua-%VER_53%_Win32_bin.zip
14
-set ZIP_51_DEV=lua-%VER_51%_Win32_dllw4_lib.zip
+set ZIP_51_DEV=lua-%VER_51%_Win32_dll8_lib.zip
15
16
:cinst
17
@echo off
appveyor.yml
@@ -22,7 +22,7 @@ environment:
22
tbs_tools: msvc
23
tbs_config: Release
24
install:
25
-- SET LUAENV=cinst
+- SET LUAENV=lua51
26
- cmd: .appveyor\install-lua.cmd
27
28
build_script:
0 commit comments