Skip to content

Commit 60433f0

Browse files
committed
use libgrapheme
1 parent 4ecf6c6 commit 60433f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/skia-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ParagraphArgsIOS = BUILD_WITH_PARAGRAPH
2727
? [
2828
...CommonParagraphArgs,
2929
["skia_use_icu", false],
30-
["skia_use_client_icu", true],
30+
["skia_use_libgrapheme", true],
3131
]
3232
: NoParagraphArgs;
3333

0 commit comments

Comments
 (0)