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:28:44 -0500 |
commit | 7dc09c138493424e32876894c2c68ddecff3afc6 (patch) | |
tree | 5573ee723e6ddaa1b8c37212301ada0b56a73fab | |
parent | 9217bf3961c8420ca38bbe10819fb022185b9744 (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 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> |