Apply suggestions from code review

Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
gnattu
2024-06-29 13:28:40 +08:00
committed by GitHub
co-authored by Nyanmisaka
parent 1cc326421a
commit efc31adac4
+2 -1
View File
@@ -195,9 +195,10 @@ popd
popd
# HARFBUZZ
harfbuzz_commit="bc90b29b37fe3809f9e48aa7be08fbf2208e481a"
git clone https://github.com/harfbuzz/harfbuzz.git
pushd harfbuzz
git checkout bc90b29b37fe3809f9e48aa7be08fbf2208e481a
git checkout ${harfbuzz_commit}
./autogen.sh \
--prefix=${FF_DEPS_PREFIX} \
--host=${FF_TOOLCHAIN} \