From 99f3a03386df8edd37c2eba09898d39a23314c94 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sun, 21 Feb 2021 16:23:41 +0000 Subject: [PATCH] - excluded embedded,zxspectrum,msxdos,amstradcpc from the targets that compile GraphemeBreakProperty git-svn-id: trunk@48753 - --- packages/rtl-unicode/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rtl-unicode/fpmake.pp b/packages/rtl-unicode/fpmake.pp index a1fc889238..7b0c8fc30a 100644 --- a/packages/rtl-unicode/fpmake.pp +++ b/packages/rtl-unicode/fpmake.pp @@ -16,7 +16,7 @@ Const CPUnits = [aix,amiga,aros,android,beos,darwin,iphonesim,ios,emx,gba,nds,freebsd,go32v2,haiku,linux,morphos,netbsd,netware,netwlibc,openbsd,os2,solaris,watcom,wii,win32,win64,wince,dragonfly,freertos]; utf8bidiOSes = [netware,netwlibc]; freebidiOSes = [netware,netwlibc]; - GraphemeBreakPropertyOSes = AllOSes; + GraphemeBreakPropertyOSes = AllOSes-[embedded,zxspectrum,msxdos,amstradcpc]; // Character not movable because fpwidestring depends on it. // CharacterOSes = [android,darwin,freebsd,linux,netbsd,openbsd,solaris,win32,win64,dragonfly];