mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-20 15:01:25 +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'
|
'Run'
|
||||||
);
|
);
|
||||||
LCLWidgetLinkerAddition: array[TLCLPlatform] of string = (
|
LCLWidgetLinkerAddition: array[TLCLPlatform] of string = (
|
||||||
|
{$IFDEF DARWIN}
|
||||||
|
' -Fl/usr/X11R6/lib -Fl/sw/lib' // gtk
|
||||||
|
{$ELSE}
|
||||||
'', // gtk
|
'', // gtk
|
||||||
|
{$ENDIF}
|
||||||
'', // gtk2
|
'', // gtk2
|
||||||
'', // win32
|
'', // win32
|
||||||
'', // wince
|
'', // wince
|
||||||
|
Loading…
Reference in New Issue
Block a user