Skip to content

Commit

Permalink
Obtain FreeType version being used for the build from freetype.h
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Oct 5, 2023
1 parent dfd2a13 commit f15ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ addFreeTypeVersionInfo() {
freetypeInclude="${include1}"
elif [[ -f "${include2}" ]]; then
echo "Found ${include2}"
freetypeInclude="${include2}
freetypeInclude="${include2}"
fi
done
elif [ "${FREETYPE_TO_USE}" == "bundled" ]; then
Expand Down

0 comments on commit f15ed6a

Please sign in to comment.