We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f65cd4 commit 3684fc0Copy full SHA for 3684fc0
crates/bridge_harfbuzz/build.rs
@@ -47,7 +47,7 @@ mod inner {
47
dep.foreach_include_path(|p| {
48
// HACK: On macOS, the default brew harfbuzz for some reason points into the harfbuzz
49
// folder itself, so we need to go up one level to the includes folder.
50
- if is_macos_external {
+ if is_macos_external && p.ends_with("harfbuzz") {
51
print!("{}{}", sep, p.parent().unwrap().to_str().unwrap());
52
sep = ";";
53
}
0 commit comments