mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:59:30 +02:00
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:
parent
793e654d38
commit
e32c289fca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user