From 8c7ea10873ced7c4e0344d942be4792e9d7a2801 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:29:21 +0100 Subject: crosscompile-mingw.txt: fix instructions The instructions hardcode some paths, so it sure would be better if the listed commands actually use this path. --- DOCS/crosscompile-mingw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/crosscompile-mingw.txt b/DOCS/crosscompile-mingw.txt index b971dffdc5..cc9d17f3a3 100644 --- a/DOCS/crosscompile-mingw.txt +++ b/DOCS/crosscompile-mingw.txt @@ -22,7 +22,7 @@ Example with MXE # or more! cd /opt -git clone https://github.com/mxe/mxe +git clone https://github.com/mxe/mxe mingw cd mingw # Edit the MXE target, so that MinGW-w64 for 32 bit targets is built. -- cgit v1.2.3