Skip to content

Commit

Permalink
fix lua51-dev. Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 25, 2018
1 parent 66abe27 commit daf4dbf
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 @@ -43,7 +43,7 @@ if NOT EXIST "lua51\lua5.1.exe" (
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
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%
) else (
echo Using cached version of Lua_DEV v5.1
Expand Down

0 comments on commit daf4dbf

Please sign in to comment.