summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-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