mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* add solaris dll path
git-svn-id: trunk@10174 -
This commit is contained in:
parent
bbfa1c76fe
commit
9c1a5f6b92
@ -35,6 +35,10 @@ uses
|
||||
const libaspell = '/boot/home/config/lib/libaspell.so';
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF Solaris}
|
||||
const libaspell = '/opt/csw/lib/libpspell.so.15';
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF SkyOS}
|
||||
{$DEFINE STATIC_ASPELL}
|
||||
{$LINKLIB aspell}
|
||||
|
Loading…
Reference in New Issue
Block a user