mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 03:51:40 +01:00
* use generic sharedsuffix for libpq (fixes shared library extension
for Mac OS X, patch by Ludo Brands, mantis #20734) git-svn-id: trunk@19679 -
This commit is contained in:
parent
f67d7f08fc
commit
d83c7fc4ed
@ -16,7 +16,7 @@ uses
|
|||||||
|
|
||||||
{$IFDEF Unix}
|
{$IFDEF Unix}
|
||||||
const
|
const
|
||||||
pqlib = 'libpq.so';
|
pqlib = 'libpq.'+sharedsuffix;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IFDEF Windows}
|
{$IFDEF Windows}
|
||||||
const
|
const
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user