1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02: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

View File

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