(try to) fix miniupnpc mingw build in gitlab-ci
This commit is contained in:
parent
3a08dd4b89
commit
2254e8928e
|
@ -24,4 +24,4 @@ job_miniupnpc:
|
|||
script:
|
||||
- "cd miniupnpc && make -j3 && make check"
|
||||
- "make clean"
|
||||
- "make -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar"
|
||||
- "make -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap WINDRES=i686-w64-mingw32-windres CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar"
|
||||
|
|
Loading…
Reference in New Issue