mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
lcl: removed old lib path /opt/gnome/lib
git-svn-id: trunk@51759 -
This commit is contained in:
parent
aa1dbeba55
commit
2431f2ef61
@ -83,9 +83,6 @@ 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='gtk') or (LCLWidgetType='gtk2') then
|
||||
UsageLibraryPath := '/opt/gnome/lib'; // for SuSE
|
||||
end;"/>
|
||||
<BuildMacros>
|
||||
<Count Value="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user