Skip to content

Commit 52f08e3

Browse files
committed
fix lua51-dev. Part 2
1 parent daf4dbf commit 52f08e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor/install-lua.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if NOT EXIST "lua51\lua5.1.lib" (
4444
@echo on
4545
echo Fetching Lua_DEV v5.1 from internet
4646
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%
47+
echo y | unzip -d lua51 %ZIP_51_DEV%
4848
) else (
4949
echo Using cached version of Lua_DEV v5.1
5050
)

0 commit comments

Comments
 (0)