mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 01:41:35 +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
|
// Add defines here. This file should be included in all LCL units headers
|
||||||
{$define UseCLDefault}
|
{$define UseCLDefault}
|
||||||
|
|
||||||
// For Android and other ARM-devices, otherwise the LCL will dependent on libc
|
// For Android, otherwise the LCL will dependent on libc
|
||||||
{$IFDEF ARM}{$IFDEF UNIX}
|
{$IFDEF Android}
|
||||||
{$DEFINE DisableCWString}
|
{$DEFINE DisableCWString}
|
||||||
{$DEFINE DisableIconv}
|
{$DEFINE DisableIconv}
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user