docs: update URL of my MXE clone to GitLab

This commit is contained in:
Moritz Bunkus 2017-08-22 21:08:24 +02:00
parent 5c853f1bcd
commit 842edb39e9
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ features required by MKVToolNix saving compilation time and deployment
space. In order to retrieve that fork, you need `git`. Then do the
following:
git clone https://github.com/mbunkus/mxe $HOME/mxe
git clone https://gitlab.com/mbunkus/mxe $HOME/mxe
The rest of this guide assumes that you've unpacked MXE
into the directory `$HOME/mxe`.

View File

@ -37,7 +37,7 @@ LOGFILE=$(mktemp -p '' mkvtoolnix_setup_cross_compilation_env.XXXXXX)
function update_mingw_cross_env {
if [[ ! -d $INSTALL_DIR ]]; then
echo Retrieving the M cross environment build scripts >> $LOGFILE
git clone https://github.com/mbunkus/mxe $INSTALL_DIR >> $LOGFILE 2>&1
git clone https://gitlab.com/mbunkus/mxe $INSTALL_DIR >> $LOGFILE 2>&1
else
echo Updating the M cross environment build scripts >> $LOGFILE
cd $INSTALL_DIR