From 6c079f73d1ac123904208e186daf3bbe182810e5 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 18 Oct 2015 18:27:35 +0200 Subject: [PATCH 1/1] [appveyor] fix (?) the lua compilation --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bc32b1ee1c..c404bf19ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ install: - if [%COMPILER%]==[MinGW-w64] 7z x -oC:\ mw64.7z > NUL - if [%COMPILER%]==[MinGW-w64] appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz || appveyor DownloadFile "http://www.lua.org/ftp/lua-5.3.1.tar.gz" -FileName lua-5.3.1.tar.gz - if [%COMPILER%]==[MinGW-w64] tar xfz lua-5.3.1.tar.gz -- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 +- if [%COMPILER%]==[MinGW-w64] cd lua-5.3.1 && mingw32-make mingw && mingw32-make INSTALL_TOP=C:/mingw64 install && cd .. - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH% build_script: -- 2.20.1