Even more bloody appveyor

This commit is contained in:
Linus Probert 2018-02-14 21:24:12 +01:00
parent 8b044c1ec5
commit faee6d1321
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ before_build:
# Lua
- ps: |
If (!(Test-Path -Path "c:\usr\lib\liblua53.a")) {
(New-Object Net.WebClient).DownloadFile("https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/lua-5.3.4_Win32_mingw4_lib.zip/download", "c:\lua-5.3.4_Win32_mingw4_lib.zip")
(New-Object Net.WebClient).DownloadFile("https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/lua-5.3.4_Win32_mingw4_lib.zip/download", "lua-5.3.4_Win32_mingw4_lib.zip")
}
- |-
%DEPENDS% 7z x lua-5.3.4_Win32_mingw4_lib.zip" > nul
%DEPENDS% 7z x lua-5.3.4_Win32_mingw4_lib.zip > nul
%DEPENDS% copy include\*.h %PREFIX%\include > nul
%DEPENDS% copy liblua53.a %PREFIX%\lib > nul