summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-19 21:29:21 +0100
committerwm4 <wm4@nowhere>2013-12-19 21:31:18 +0100
commit8c7ea10873ced7c4e0344d942be4792e9d7a2801 (patch)
treec2b4da41f8c1c58768fc3f00ea05ed1a855f5afc
parent5e0c4ec3e8f17064bf6837d33e3583afbd9214e2 (diff)
downloadmpv-8c7ea10873ced7c4e0344d942be4792e9d7a2801.tar.bz2
mpv-8c7ea10873ced7c4e0344d942be4792e9d7a2801.tar.xz
crosscompile-mingw.txt: fix instructions
The instructions hardcode some paths, so it sure would be better if the listed commands actually use this path.
-rw-r--r--DOCS/crosscompile-mingw.txt2
1 files changed, 1 insertions, 1 deletions
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.