mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add include flags to freetype
This commit is contained in:
parent
5339744140
commit
cc22c487ec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user