Msg more stuff

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

View File

@ -45,7 +45,7 @@ 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")
- 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", "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