mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:20:18 +02:00
customdrawnws: Improves the default define for Android
git-svn-id: trunk@33875 -
This commit is contained in:
parent
5dc0331b3f
commit
45ec95cffe
@ -6,7 +6,7 @@
|
||||
// For now default to Android for arm-linux,
|
||||
// because LCL-CustomDrawn is our main Android widgetset.
|
||||
// Remove this when Android gets it's own target
|
||||
{$ifdef UNIX}{$ifndef Darwin}{$ifdef ARM}
|
||||
{$ifdef UNIX}{$ifndef Darwin}{$ifdef CPUARM}
|
||||
{$define Android}
|
||||
{$endif}{$endif}{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user