mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
IDE: Append .so to library name for Android in Compiler options, conventions. Issue #26889, patch from Stephano
git-svn-id: trunk@46598 -
This commit is contained in:
parent
9501ec563c
commit
7a2d59468f
@ -397,6 +397,7 @@ begin
|
||||
else if CompareText(TargetOS, 'darwin') = 0 then
|
||||
Result:='.dylib'
|
||||
else if (CompareText(TargetOS, 'linux') = 0)
|
||||
or (CompareText(TargetOS, 'android') = 0)
|
||||
or (CompareText(TargetOS, 'freebsd') = 0)
|
||||
or (CompareText(TargetOS, 'openbsd') = 0)
|
||||
or (CompareText(TargetOS, 'netbsd') = 0)
|
||||
|
Loading…
Reference in New Issue
Block a user