mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 15:20:29 +02:00
IDE: fixed haiku lib extension.Patch by olivier. fixes #17392
git-svn-id: trunk@27342 -
This commit is contained in:
parent
2a9d99e631
commit
51bcecf4da
@ -337,7 +337,8 @@ begin
|
||||
else if (CompareText(TargetOS, 'linux') = 0)
|
||||
or (CompareText(TargetOS, 'freebsd') = 0)
|
||||
or (CompareText(TargetOS, 'openbsd') = 0)
|
||||
or (CompareText(TargetOS, 'netbsd') = 0) then
|
||||
or (CompareText(TargetOS, 'netbsd') = 0)
|
||||
or (CompareText(TargetOS, 'haiku') = 0) then
|
||||
Result:='.so'
|
||||
else
|
||||
Result:='';
|
||||
|
Loading…
Reference in New Issue
Block a user