Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
freetype-harfbuzz: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 5, 2021
1 parent 7ee2df0 commit 4c8283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/freetype-harfbuzz/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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

export DESTDIR="$1"
meson \
--prefix=/usr \
-Dpkg_config_path="$1/usr/lib/pkgconfig" \
Expand Down

0 comments on commit 4c8283c

Please sign in to comment.