mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 10:26:37 +02:00
and one more...
This commit is contained in:
parent
c43724a401
commit
53bfedc45e
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ install:
|
|||
set "MSYSTEM=MINGW32"
|
||||
)
|
||||
- if "%x64%" == "1" (
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc"
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc"
|
||||
) else (
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i686-miniupnpc"
|
||||
C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i386-openssl mingw-w64-i686-miniupnpc"
|
||||
)
|
||||
build_script:
|
||||
- cmd: >-
|
||||
|
|
Loading…
Add table
Reference in a new issue