Add include flags to freetype

This commit is contained in:
Jeremy Soller 2018-03-01 16:23:22 -07:00
parent 5339744140
commit cc22c487ec

View File

@ -13,6 +13,10 @@ function recipe_update {
}
function recipe_build {
sysroot="${PWD}/../sysroot"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
./configure --host=${HOST} --prefix='/'
make
skip=1