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 daf4dbf commit 52f08e3Copy full SHA for 52f08e3
.appveyor/install-lua.cmd
@@ -44,7 +44,7 @@ if NOT EXIST "lua51\lua5.1.lib" (
44
@echo on
45
echo Fetching Lua_DEV v5.1 from internet
46
curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%%20Libraries/Dynamic/%ZIP_51_DEV%/download
47
- unzip -d lua51 %ZIP_51_DEV%
+ echo y | unzip -d lua51 %ZIP_51_DEV%
48
) else (
49
echo Using cached version of Lua_DEV v5.1
50
)
0 commit comments