mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 03:29:08 +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';
|
const libaspell = '/boot/home/config/lib/libaspell.so';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF Solaris}
|
||||||
|
const libaspell = '/opt/csw/lib/libpspell.so.15';
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{$IFDEF SkyOS}
|
{$IFDEF SkyOS}
|
||||||
{$DEFINE STATIC_ASPELL}
|
{$DEFINE STATIC_ASPELL}
|
||||||
{$LINKLIB aspell}
|
{$LINKLIB aspell}
|
||||||
|
Loading…
Reference in New Issue
Block a user