Skip to content

Instantly share code, notes, and snippets.

@anthrotype
Created July 21, 2018 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthrotype/645a3fb882885affcee7fbc38b8c7844 to your computer and use it in GitHub Desktop.
Save anthrotype/645a3fb882885affcee7fbc38b8c7844 to your computer and use it in GitHub Desktop.
ttfautohint-qmake.patch
diff --git a/m4/autotroll.m4 b/m4/autotroll.m4
index 658251b..b5060df 100644
--- a/m4/autotroll.m4
+++ b/m4/autotroll.m4
@@ -267,7 +267,7 @@ AC_DEFUN([AT_WITH_QT],
dnl (
darwin*)
at_darwin=yes
- at_qmake_args='-spec macx-g++'
+ at_qmake_args='-spec macx-clang'
;;
esac
AC_MSG_RESULT([$at_darwin])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment