Skip to content

Commit ca5f5c4

Browse files
committed
Fix error in documentated use of mingw-w64 compilers
Error reported by Igal Sapir.
1 parent db678ca commit ca5f5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/installation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
26262626
from <ulink url="http://mingw-w64.sourceforge.net/"></ulink>, put its bin
26272627
directory in the <envar>PATH</envar>, and run
26282628
<command>configure</command> with the
2629-
<command>--host=x86_64-w64-mingw</command> option.
2629+
<command>--host=x86_64-w64-mingw32</command> option.
26302630
</para>
26312631

26322632
<para>

0 commit comments

Comments
 (0)