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:
juha 2014-10-18 20:59:47 +00:00
parent 9501ec563c
commit 7a2d59468f

View File

@ -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)