From 842edb39e9c943211536ea501aae9a6b35f649e1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 Aug 2017 21:08:24 +0200 Subject: [PATCH] docs: update URL of my MXE clone to GitLab --- README.Windows.md | 2 +- tools/windows/setup_cross_compilation_env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Windows.md b/README.Windows.md index 86dec5f34..1ca0dd405 100644 --- a/README.Windows.md +++ b/README.Windows.md @@ -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`. diff --git a/tools/windows/setup_cross_compilation_env.sh b/tools/windows/setup_cross_compilation_env.sh index 703544f1a..71efdd527 100755 --- a/tools/windows/setup_cross_compilation_env.sh +++ b/tools/windows/setup_cross_compilation_env.sh @@ -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