mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
LCL: add linker path for gtk2: /opt/gnome/lib
git-svn-id: trunk@29550 -
This commit is contained in:
parent
26709e8c25
commit
9894191182
@ -63,6 +63,9 @@ if TargetOS='darwin' then begin
|
||||
UsageLinkerOptions := '-framework Cocoa';
|
||||
end else if TargetOS='solaris' then begin
|
||||
UsageLibraryPath:='/usr/X11R6/lib';
|
||||
end else if TargetOS='linux' then begin
|
||||
if LCLWidgetType='gtk2' then
|
||||
UsageLibraryPath := '/opt/gnome/lib';
|
||||
end;"/>
|
||||
<BuildMacros>
|
||||
<Count Value="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user