summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-07-01 02:15:54 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-07-01 02:15:54 (GMT)
commit2f399b8f602d6f6440de5308f51afa63220d208c (patch)
treee8ea10add60249dcae057453e5962d40bbbb4cd1
parentcf385c6a2fd7bc539b8b44949b82dbd0cde53f66 (diff)
downloadmxe-2f399b8f602d6f6440de5308f51afa63220d208c.zip
mxe-2f399b8f602d6f6440de5308f51afa63220d208c.tar.gz
mxe-2f399b8f602d6f6440de5308f51afa63220d208c.tar.bz2
homepage: s/MXE_TARGET/MXE_TARGETS/
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index f9ff55f..fbf8e0d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -139,16 +139,16 @@
<ol>
<li>If you want a 64 bit Windows executable,
statically linked into one big executable:
- use MXE_TARGET x86_64-w64-mingw32.static;</li>
+ use MXE_TARGETS x86_64-w64-mingw32.static;</li>
<li>If you want a 64 bit Windows executable,
split into an executable and dependant dlls
- use MXE_TARGET x86_64-w64-mingw32.shared;</li>
+ use MXE_TARGETS x86_64-w64-mingw32.shared;</li>
<li>If you want a 32 bit Windows executable,
statically linked into one big executable:
- use MXE_TARGET i686-w64-mingw32.static;</li>
+ use MXE_TARGETS i686-w64-mingw32.static;</li>
<li>If you want a 32 bit Windows executable,
split into an executable and dependant dlls
- use MXE_TARGET i686-w64-mingw32.shared.</li>
+ use MXE_TARGETS i686-w64-mingw32.shared.</li>
</ol>
Remark: The 'w64-mingw32' in those names are left-overs from
historical evolutions in the open source cross-compilation world