freetype-harfbuzz: update for new env

This commit is contained in:
Dylan Araps 2021-07-17 21:54:51 +03:00
parent 09e5d4a588
commit 589ca5c10e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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