mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-25 15:24:48 -06:00
freetype-harfbuzz: correctly link to local versions
This commit is contained in:
parent
f0c6357876
commit
232480e99a
@ -29,7 +29,7 @@ build_freetype "$1" no
|
||||
|
||||
# Point Harfbuzz to the Freetype files.
|
||||
export FREETYPE_CFLAGS="-I$PWD/freetype/include"
|
||||
export FREETYPE_LIBS="-L$PWD/freetype -lfreetype"
|
||||
export FREETYPE_LIBS="-L$1/usr/lib -lfreetype"
|
||||
|
||||
build_harfbuzz "$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user