Skip to content

Commit

Permalink
fix lua51-dev. Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 25, 2018
1 parent daf4dbf commit 52f08e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/install-lua.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if NOT EXIST "lua51\lua5.1.lib" (
@echo on
echo Fetching Lua_DEV v5.1 from internet
curl -fLsS -o %ZIP_51_DEV% http://sourceforge.net/projects/luabinaries/files/%VER_51%/Windows%%20Libraries/Dynamic/%ZIP_51_DEV%/download
unzip -d lua51 %ZIP_51_DEV%
echo y | unzip -d lua51 %ZIP_51_DEV%
) else (
echo Using cached version of Lua_DEV v5.1
)
Expand Down

0 comments on commit 52f08e3

Please sign in to comment.