mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Fix error in documentated use of mingw-w64 compilers
Error reported by Igal Sapir.
This commit is contained in:
parent
5849b6e324
commit
e76281e8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue