mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:22:30 +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 = (
|
||||
{$IFDEF DARWIN}
|
||||
' -Fl/usr/X11R6/lib -Fl/sw/lib' // gtk
|
||||
' -Fl/usr/X11R6/lib -Fl/sw/lib', // gtk
|
||||
{$ELSE}
|
||||
'', // gtk
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user