Skip to content

Commit

Permalink
Merge pull request #54 from TheVeryDarkness/fix-ci-failure
Browse files Browse the repository at this point in the history
Remove explicit linkage include in tests to fix the ci test.
  • Loading branch information
pkgw authored Oct 20, 2023
2 parents 56e85dc + cc840a5 commit fca97d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/harfbuzz/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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.)
println!("cargo:rustc-link-lib=brotlicommon-static");

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

0 comments on commit fca97d6

Please sign in to comment.