mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
freetype-harfbuzz: update for new env
This commit is contained in:
parent
09e5d4a588
commit
589ca5c10e
@ -10,7 +10,7 @@ build_freetype() (
|
||||
--with-harfbuzz="$2"
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
make install
|
||||
)
|
||||
|
||||
build_harfbuzz() (
|
||||
@ -18,7 +18,6 @@ build_harfbuzz() (
|
||||
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
|
||||
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
|
||||
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
|
||||
export DESTDIR="$1"
|
||||
|
||||
cd harfbuzz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user