forked from kiss-community/repo
freetype-harfbuzz: correctly link to local versions
This commit is contained in:
parent
fdf3f04b0a
commit
f0c6357876
@ -28,8 +28,8 @@ build_harfbuzz() (
|
||||
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 -lfreetype"
|
||||
export FREETYPE_CFLAGS="-I$PWD/freetype/include"
|
||||
export FREETYPE_LIBS="-L$PWD/freetype -lfreetype"
|
||||
|
||||
build_harfbuzz "$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user