diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2016-01-30 19:28:44 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2016-01-30 19:31:49 -0500 |
commit | 555bc8b374f0883b51b937749e39ef8569bfd0d8 (patch) | |
tree | 0f6a59397bb27dcfc785a286af83b232d8607026 | |
parent | a362cc2e3528c183de72863d2779912b0323ee4b (diff) |
Fix error in documentated use of mingw-w64 compilers
Error reported by Igal Sapir.
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a12971d63a7..78d83995e28 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2613,7 +2613,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 from <ulink url="http://mingw-w64.sourceforge.net/"></ulink>, put its bin directory in the <envar>PATH</envar>, and run <command>configure</command> with the - <command>--host=x86_64-w64-mingw</command> option. + <command>--host=x86_64-w64-mingw32</command> option. </para> <para> |