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 = (
{$IFDEF DARWIN}
' -Fl/usr/X11R6/lib -Fl/sw/lib' // gtk
' -Fl/usr/X11R6/lib -Fl/sw/lib', // gtk
{$ELSE}
'', // gtk
{$ENDIF}