mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:01:51 +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';
|
UsageLinkerOptions := '-framework Cocoa';
|
||||||
end else if TargetOS='solaris' then begin
|
end else if TargetOS='solaris' then begin
|
||||||
UsageLibraryPath:='/usr/X11R6/lib';
|
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;"/>
|
end;"/>
|
||||||
<BuildMacros>
|
<BuildMacros>
|
||||||
<Count Value="2"/>
|
<Count Value="2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user