mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:39:12 +02:00
IDE: fixed compilation on darwin
git-svn-id: trunk@21594 -
This commit is contained in:
parent
e32c289fca
commit
afa1a0fe32
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user