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:32:19 -0500 |
commit | d9c76aa4982ccf764bcd9d8f1fb788463c340e65 (patch) | |
tree | 314bcac19c31a413402d8904e65ae6b7611559ea | |
parent | ed5f57218f4f4a6de0ae3bd56c6ec63b751fdcdb (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 11ef55a6895..656416141fd 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2605,7 +2605,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> |