File indexing completed on 2024-04-21 04:53:47

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