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
ea4238e642
commit
ab99500181
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ WINDRES = windres
|
|||
CXXFLAGS = -Os -D_MT -DWIN32 -D_WINDOWS -DWIN32_LEAN_AND_MEAN
|
||||
NEEDED_CXXFLAGS = -std=c++11
|
||||
BOOST_SUFFIX = -mt
|
||||
INCFLAGS = -I/usr/include/ -I/usr/local/include/
|
||||
INCFLAGS += -I/usr/include/ -I/usr/local/include/
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib \
|
||||
-L/usr/local/lib
|
||||
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue