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:30:59 -0500 |
commit | a16763d892b8c145ec99bba3e61fd81a27a581df (patch) | |
tree | 57bc61913c44a6a869419ae0aa1c9cfe5ce871f9 | |
parent | 56251f3965ac5563bb19ef8f17ee27ac95359ce7 (diff) | |
download | postgresql-a16763d892b8c145ec99bba3e61fd81a27a581df.tar.gz postgresql-a16763d892b8c145ec99bba3e61fd81a27a581df.zip |
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 89648349c2b..8dcedc0aaa4 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2579,7 +2579,7 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch 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> |