mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
LCL: removed android-arm processor type, no longer needed
git-svn-id: trunk@40503 -
This commit is contained in:
parent
76852a3c06
commit
839114134b
@ -58,8 +58,6 @@ end else if LCLWidgetType='fpgui' then begin
|
||||
IncPath := UnitPath;
|
||||
end else if LCLWidgetType='customdrawn' then begin
|
||||
UnitPath := base+'android;';
|
||||
if TargetCPU='arm' then
|
||||
CustomOptions := '-CpARMV6';
|
||||
end;
|
||||
|
||||
// linker options
|
||||
|
Loading…
Reference in New Issue
Block a user