1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 06:18:17 +01:00

Build QtWebkit and Sparsehash with MXE

This commit is contained in:
Hugo Lindström 2019-12-27 06:43:18 +00:00 committed by GitHub
parent 5761027839
commit f69c8bc708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,10 +202,10 @@ RUN cd $MXE_PATH \
liblastfm \
libgsasl
#RUN cd $MXE_PATH \
# && sudo make MXE_TARGETS=$MXE_TOOLCHAIN MXE_PLUGIN_DIRS=$MXE_PLUGINS \
# qtwebkit \
# sparsehash
RUN cd $MXE_PATH \
&& sudo make MXE_TARGETS=$MXE_TOOLCHAIN MXE_PLUGIN_DIRS=$MXE_PLUGINS \
qtwebkit \
sparsehash
ENV PATH=/opt/mxe/usr/bin:$PATH
RUN sudo chmod -R 777 /opt/mxe/.ccache