Created
May 27, 2021 11:28
-
-
Save xDShot/6d4cab6c82e739260dd76b454df6f271 to your computer and use it in GitHub Desktop.
fixes harfbuzz and freetype undefined references like FT_Get_MM_Var hb_ft_font_create
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i 's|-lfreetype -lbz2 -lharfbuzz|-lharfbuzz -lfreetype -lharfbuzz -lfreetype -lbz2|g' Sources/Makefile.Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment