Skip to content

Commit

Permalink
chore: comment out freetype support
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 16, 2024
1 parent 3f34e85 commit 38fdbc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions harfbuzz-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ fn build_harfbuzz() {
cfg.define("HAVE_DIRECTWRITE", "1");
}

if cfg!(feature = "freetype") {
cfg.define("HAVE_FREETYPE", "1");
cfg.include("freetype/include/");
}
// if cfg!(feature = "freetype") {
// cfg.define("HAVE_FREETYPE", "1");
// cfg.include("freetype/include/");
// }

if target.contains("windows-gnu") {
cfg.flag("-Wa,-mbig-obj");
Expand Down

0 comments on commit 38fdbc7

Please sign in to comment.