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
a2db76a557
commit
6b7855658a
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ build_script:
|
|||
|
||||
echo "MSYSTEM=%MSYSTEM%"
|
||||
- if "%MSYSTEM%" == "MINGW64"(
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/"
|
||||
C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw64/include/"
|
||||
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||
) else (
|
||||
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw32/include/"
|
||||
C:\msys64\usr\bin\bash --login "make USE_UPNP=YES -I/mingw32/include/"
|
||||
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue