mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Build static glib under mxe
mdbtools only builds static under mxe. This should add static build of glib to the container with the mxe libraries. [Dirk Hohndel: merged with latest version of Dockerfile] Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
68592ebc62
commit
967f9fb590
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ RUN cd /win ; git clone git://github.com/mxe/mxe ; \
|
|||
RUN mv /win/settings.mk /win/mxe
|
||||
RUN cd /win/mxe ; \
|
||||
make -j 6 2>&1 | tee build.log ;
|
||||
RUN cd /win/mxe ; \
|
||||
make MXE_TARGETS=i686-w64-mingw32.static glib -j 6 2>&1 |tee build.log ;
|
||||
RUN cd /win/mxe ; \
|
||||
mkdir -p neolit ; cd neolit ; git clone -b wip/win git://github.com/qt/qtconnectivity
|
||||
RUN cd /win/mxe/neolit/qtconnectivity ; \
|
||||
|
|
Loading…
Reference in a new issue