Warning, file /multimedia/kid3/win32/build-mxe.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/sh
0002 cd /opt
0003 git clone --depth 1 https://github.com/mxe/mxe.git
0004 cd mxe/
0005 rm -rf .git* .travis.yml
0006 make cc MXE_PLUGIN_DIRS=/opt/mxe/plugins/gcc8 MXE_TARGETS=x86_64-w64-mingw32.shared MXE_USE_CCACHE= --jobs=4 JOBS=2
0007 make clean-junk