IDE: fixed compilation on darwin

git-svn-id: trunk@21594 -
This commit is contained in:
vincents 2009-09-06 19:01:03 +00:00
parent e32c289fca
commit afa1a0fe32

View File

@ -746,7 +746,7 @@ const
); );
LCLWidgetLinkerAddition: array[TLCLPlatform] of string = ( LCLWidgetLinkerAddition: array[TLCLPlatform] of string = (
{$IFDEF DARWIN} {$IFDEF DARWIN}
' -Fl/usr/X11R6/lib -Fl/sw/lib' // gtk ' -Fl/usr/X11R6/lib -Fl/sw/lib', // gtk
{$ELSE} {$ELSE}
'', // gtk '', // gtk
{$ENDIF} {$ENDIF}