IDE: added paths to gtk and x11 libs for darwin to the LCLWidget linker additions (issue #14517)

git-svn-id: trunk@21593 -
This commit is contained in:
vincents 2009-09-06 18:47:39 +00:00
parent 793e654d38
commit e32c289fca

View File

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