From f50c1d2c2671d8742d2cc6d1f4f2c05e527b02c5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 9 Mar 2014 15:02:28 +0100 Subject: DOCS: fix an external link This got lost in commit b980884f. --- DOCS/crosscompile-mingw.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS/crosscompile-mingw.md') diff --git a/DOCS/crosscompile-mingw.md b/DOCS/crosscompile-mingw.md index 06f759651d..ca00c0ea03 100644 --- a/DOCS/crosscompile-mingw.md +++ b/DOCS/crosscompile-mingw.md @@ -14,9 +14,9 @@ DEST_OS=win32 TARGET=i686-w64-mingw32 ./waf configure While building a complete MinGW-w64 toolchain yourself is possible, people have created scripts to help ease the process. These are the two recommended methods: -- Using [mingw-w64-cmake](lachs0r/mingw-w64-cmake) to setup a MinGW-w64 - environment. We recommend you to try this first before MXE. mingw-w64-cmake - will also build mpv and its dependencies. +- Using [mingw-w64-cmake](https://github.com/lachs0r/mingw-w64-cmake) to setup + a MinGW-w64 environment. We recommend you to try this first before MXE. + mingw-w64-cmake will also build mpv and its dependencies. - Alternatively, you can use MXE: http://mxe.cc. With MXE, you have to manually set the target to MinGW-w64 (even if you compile to 32 bit). A working example below. -- cgit v1.2.3