0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

crosscompile-mingw.txt: fix instructions

The instructions hardcode some paths, so it sure would be better if the
listed commands actually use this path.
This commit is contained in:
wm4 2013-12-19 21:29:21 +01:00
parent 5e0c4ec3e8
commit 8c7ea10873

View File

@ -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.