git repos / docker_mxe

commit a0c4e545

Poul Sander · 2022-01-06 20:20
a0c4e54550599cfac0b7469640b95bc5d3d3172c patch · browse files
parent 756d4084c776997e56f6656ad8053ceaad960a69

Include fmt in the BlockAttack build image

Changed files

M mxe_blockattack/Dockerfile before
diff --git a/mxe_blockattack/Dockerfile b/mxe_blockattack/Dockerfile index 1408e69..816e2dc 100644 --- a/mxe_blockattack/Dockerfile +++ b/mxe_blockattack/Dockerfile
@@ -23,4 +23,8 @@ RUN mkdir -p /staging/deps && cd /staging/deps && curl http://icculus.org/physfs
-DPHYSFS_BUILD_TEST=FALSE \
-DPHYSFS_BUILD_WX_TEST=FALSE && make && make install
+RUN mkdir -p /staging/deps && cd /staging/deps && curl https://files.poulsander.com/~poul19/public_files/fmt-8.1.0.tar.gz | tar -xz && cd fmt-8.1.0 && ls -lrt \
+&& cd /staging/deps/fmt-8.1.0 \
+&& i686-w64-mingw32.static-cmake . -DFMT_TEST=OFF -DFMT_INSTALL=ON -DFMT_MASTER_PROJECT=OFF && make && make install
+
COPY build_it.sh /