Even more bloody appveyor
This commit is contained in:
parent
8b044c1ec5
commit
faee6d1321
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue