(try to) fix miniupnpc mingw build in gitlab-ci

This commit is contained in:
Thomas Bernard 2021-03-19 10:20:42 +01:00
parent 3a08dd4b89
commit 2254e8928e
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 1 additions and 1 deletions

View File

@ -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"