From bc98f8667c5bfd45433c5082bfc069d3e6ad27c4 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Fri, 7 Dec 2018 21:42:35 +0100 Subject: [PATCH] Fix mxe build --- ms-windows/mxe/mxe.Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ms-windows/mxe/mxe.Dockerfile b/ms-windows/mxe/mxe.Dockerfile index e9ba87ff80a..53dd9e485af 100644 --- a/ms-windows/mxe/mxe.Dockerfile +++ b/ms-windows/mxe/mxe.Dockerfile @@ -18,6 +18,8 @@ RUN make MXE_TARGETS=i686-w64-mingw32.shared.posix -j 16 \ qtwinextras \ libzip \ gsl \ - libspatialindex + libspatialindex \ + exiv2 + +RUN chmod -R a+rw /mxe/usr/i686-w64-mingw32.shared.posix -RUN chmod -R a+rw /mxe/usr/i686-w64-mingw32.shared.posix \ No newline at end of file