1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Remove erroneous escape character

This commit is contained in:
Hugo Lindström
2019-12-26 10:03:18 +08:00
committed by GitHub
parent a743058db0
commit 5761027839

View File

@@ -200,7 +200,7 @@ RUN cd $MXE_PATH \
qtsparkle \ qtsparkle \
nsis \ nsis \
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 \