We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd579a commit 278086bCopy full SHA for 278086b
1 file changed
crates/bridge_harfbuzz/build.rs
@@ -105,6 +105,9 @@ mod inner {
105
106
if target.contains("apple") {
107
cfg.define("HAVE_CORETEXT", "1");
108
+
109
+ // AssertMacros.h defines a verify() that conflicts with hb-shape.cc.
110
+ cfg.define("__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES", "0");
111
}
112
113
if target.contains("windows-gnu") {
0 commit comments