Skip to content

Commit bc98f86

Browse files
committedDec 7, 2018
Fix mxe build
1 parent 11f10c1 commit bc98f86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎ms-windows/mxe/mxe.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN make MXE_TARGETS=i686-w64-mingw32.shared.posix -j 16 \
1818
qtwinextras \
1919
libzip \
2020
gsl \
21-
libspatialindex
21+
libspatialindex \
22+
exiv2
23+
24+
RUN chmod -R a+rw /mxe/usr/i686-w64-mingw32.shared.posix
2225

23-
RUN chmod -R a+rw /mxe/usr/i686-w64-mingw32.shared.posix

0 commit comments

Comments
 (0)
Please sign in to comment.