mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
freetype-harfbuzz: correctly link to local versions
This commit is contained in:
parent
e6672bf1d3
commit
fdf3f04b0a
@ -29,7 +29,7 @@ build_freetype "$1" no
|
||||
|
||||
# Point Harfbuzz to the Freetype files.
|
||||
export FREETYPE_CFLAGS="-I$PWD/freetype/src"
|
||||
export FREETYPE_LIBS="-L$PWD/freetype/src/.libs -lfreetype2"
|
||||
export FREETYPE_LIBS="-L$PWD/freetype/src/.libs -lfreetype"
|
||||
|
||||
build_harfbuzz "$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user