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:16 -0500 |
| commit | e76281e8e9effe24b805900a6e68ef1a087af655 (patch) | |
| tree | fd599a0f515f08ac06eea68476accff343becfa2 /doc/src | |
| parent | 5849b6e32404079c122d013d14c3fc2d197c81d7 (diff) | |
Fix error in documentated use of mingw-w64 compilers
Error reported by Igal Sapir.
Diffstat (limited to 'doc/src')
| -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 5c853b65f9c..01a1f719bcc 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2603,7 +2603,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> |
