customdrawnws: Improves the default define for Android

git-svn-id: trunk@33875 -
This commit is contained in:
sekelsenmat 2011-11-30 20:43:33 +00:00
parent 5dc0331b3f
commit 45ec95cffe

View File

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