Discussion:
[Mingw-cross-env-list] MXE_TARGET[S] typo on mxe.cc
Tim Janik
2017-06-30 20:41:47 UTC
Permalink
Hello,

I didn't find a git repo hosting mxe.cc so I'll just report the typo here.

In the section "How to choose MXE target", please change "MXE_TARGET " to
"MXE_TARGETS " (4 times). The text reads as if MXE_TARGET=... could be
used with make, but only
make MXE_TARGETS=i686-w64-mingw32.shared
or similar will select the build target.
--
Yours sincerely,
Tim Janik

https://testbit.eu/timj/
Free software author.
Nagaev Boris
2017-07-01 02:20:12 UTC
Permalink
Post by Tim Janik
Hello,
I didn't find a git repo hosting mxe.cc so I'll just report the typo here.
In the section "How to choose MXE target", please change "MXE_TARGET " to
"MXE_TARGETS " (4 times). The text reads as if MXE_TARGET=... could be
used with make, but only
make MXE_TARGETS=i686-w64-mingw32.shared
or similar will select the build target.
Hey Tim

Thank you! Good catch!

I've sent a pull request to fix this: https://github.com/mxe/mxe/pull/1800

Probably we should also add a link to git repo to the left menu of the site.
--
Best regards,
Boris Nagaev
Loading...