mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
Re-enables lib for arm-linux
git-svn-id: trunk@32655 -
This commit is contained in:
parent
d55abf7f1d
commit
358e3ee690
@ -1,8 +1,8 @@
|
||||
// Add defines here. This file should be included in all LCL units headers
|
||||
{$define UseCLDefault}
|
||||
|
||||
// For Android and other ARM-devices, otherwise the LCL will dependent on libc
|
||||
{$IFDEF ARM}{$IFDEF UNIX}
|
||||
// For Android, otherwise the LCL will dependent on libc
|
||||
{$IFDEF Android}
|
||||
{$DEFINE DisableCWString}
|
||||
{$DEFINE DisableIconv}
|
||||
{$ENDIF}{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user