From: Andrew Dunstan Date: Sun, 31 Jan 2016 00:28:44 +0000 (-0500) Subject: Fix error in documentated use of mingw-w64 compilers X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ca5f5c45f4542bd699baf7e694e07d8d6de3a1a2;p=users%2Fheikki%2Fpostgres.git Fix error in documentated use of mingw-w64 compilers Error reported by Igal Sapir. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6715e92f0a..35b873609e 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2626,7 +2626,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 from , put its bin directory in the PATH, and run configure with the - --host=x86_64-w64-mingw option. + --host=x86_64-w64-mingw32 option.