Skip to content

Commit

Permalink
test/harfbuzz/build.rs: remove outdated comment
Browse files Browse the repository at this point in the history
The comment is no longer operative now that the println is gone.
  • Loading branch information
pkgw authored Nov 14, 2023
1 parent 603ff6c commit f9e7eaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/harfbuzz/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ extern crate vcpkg;
fn main() {
let libs = vcpkg::Config::new().find_package("harfbuzz").unwrap();

// vcpkg-rs is not capable of working out the correct order to link
// libraries in. This only matters on Linux at present. (vcpkg itself
// does fine, but vcpkg-rs needs to work out how to get the link order
// from the it.)

let mut build = cc::Build::new();
build.file("src/test.c");
for inc in libs.include_paths {
Expand Down

0 comments on commit f9e7eaf

Please sign in to comment.