commit 1c4dc7b
hovercats
·
2025-08-19 13:46:27 +0000 UTC
parent a093f84
freetype-harfbuzz: fix linker flags
1 files changed,
+1,
-1
+1,
-1
1@@ -52,7 +52,7 @@ kiss list icu >/dev/null 2>&1 || icu_enabled=disabled
2
3 # Point Freetype to the Harfbuzz files.
4 export CFLAGS="$CFLAGS -I$DESTDIR/usr/include/harfbuzz"
5-export CFLAGS="$CFLAGS -L$DESTDIR/usr/lib "
6+export LDFLAGS="$LDFLAGS -L$DESTDIR/usr/lib "
7 export PKG_CONFIG_PATH="$DESTDIR/usr/lib/pkgconfig"
8
9 # Point Harfbuzz to the Freetype files.