Let's try it with some ps

This commit is contained in:
Linus Probert 2017-12-20 21:12:20 +01:00
parent dc641c1d4d
commit 3789fd684f
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ before_build:
%DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\bin\*.dll %PREFIX%\lib > nul
# Lua
- ps: (new-object System.Net.WebClient).Downloadfile("https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/lua-5.3.4_Win32_vc14_lib.zip/download -FileName lua-5.3.4_Win32_vc14_lib.zip", "lua-5.3.4_Win32_vc14_lib.zip")
- |-
%DEPENDS% appveyor DownloadFile https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/lua-5.3.4_Win32_vc14_lib.zip/download -FileName lua-5.3.4_Win32_vc14_lib.zip
%DEPENDS% 7z x lua-5.3.4_Win32_vc14_lib.zip > nul
%DEPENDS% copy include\* %PREFIX%\include > nul
%DEPENDS% copy lua53.lib %PREFIX%\lib > nul