Let's try it with some ps
This commit is contained in:
parent
dc641c1d4d
commit
3789fd684f
|
@ -45,8 +45,8 @@ before_build:
|
||||||
%DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\bin\*.dll %PREFIX%\lib > nul
|
%DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\bin\*.dll %PREFIX%\lib > nul
|
||||||
|
|
||||||
# Lua
|
# 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% 7z x lua-5.3.4_Win32_vc14_lib.zip > nul
|
||||||
%DEPENDS% copy include\* %PREFIX%\include > nul
|
%DEPENDS% copy include\* %PREFIX%\include > nul
|
||||||
%DEPENDS% copy lua53.lib %PREFIX%\lib > nul
|
%DEPENDS% copy lua53.lib %PREFIX%\lib > nul
|
||||||
|
|
Loading…
Reference in New Issue