From 143903b101ccae625a35630fe4d67fe4bdc0e361 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 20 Dec 2017 20:36:09 +0100 Subject: [PATCH] Minor attempt on fixing lua for appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0ce2730..df0005c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,7 +46,7 @@ before_build: # Lua - |- - %DEPENDS% appveyor DownloadFile https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/lua-5.3.4_Win64_vc14_lib.zip/download?use_mirror=netix + %DEPENDS% appveyor DownloadFile https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows Libraries/Static/lua-5.3.4_Win64_vc14_lib.zip/download?use_mirror=netix %DEPENDS% 7z x lua-5.3.4_Win64_vc14_lib.zip > nul %DEPENDS% copy include\* %PREFIX%\include > nul %DEPENDS% copy lua53.lib %PREFIX%\lib > nul