and one more...

This commit is contained in:
R4SAS 2017-03-17 23:09:30 +03:00
parent ea4238e642
commit ab99500181
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,8 @@ build_script:
cd \projects\i2pd
echo MSYSTEM=%MSYSTEM%
- if "%MSYSTEM%" == "MINGW64"(
- if "%MSYSTEM%" == "MINGW64" (
C:\msys64\usr\bin\bash -lc "make USE_UPNP=YES -I/mingw64/include/ -j2"
&& 7z a -tzip -mx9 -mmt i2pd-mingw-win%bitness%.zip i2pd.exe
) else (