mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 11:07:20 -06: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"
|
--with-harfbuzz="$2"
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make install
|
||||||
)
|
)
|
||||||
|
|
||||||
build_harfbuzz() (
|
build_harfbuzz() (
|
||||||
@ -18,7 +18,6 @@ build_harfbuzz() (
|
|||||||
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
|
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
|
||||||
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
|
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
|
||||||
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
|
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
|
||||||
export DESTDIR="$1"
|
|
||||||
|
|
||||||
cd harfbuzz
|
cd harfbuzz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user