Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f034b29

Browse files
committed
Dynamically link against system fontconfig
1 parent 683fe2b commit f034b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/txt/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ source_set("txt") {
9191
"//third_party/skia/modules/skparagraph",
9292
]
9393

94+
libs = []
9495
if (flutter_use_fontconfig) {
95-
deps += [ "//third_party/fontconfig" ]
96+
libs += [ "fontconfig" ]
9697
}
9798

9899
if (is_mac || is_ios) {

0 commit comments

Comments
 (0)