Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created May 27, 2021 11:28
Show Gist options
  • Save xDShot/6d4cab6c82e739260dd76b454df6f271 to your computer and use it in GitHub Desktop.
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
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