2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

freetype-harfbuzz: correctly link to local versions

This commit is contained in:
Dylan Araps 2019-08-04 20:25:10 +03:00
parent f0c6357876
commit 232480e99a

View File

@ -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"