diff --git a/tests/harfbuzz/build.rs b/tests/harfbuzz/build.rs index 3f4a2cc..b9cb5fc 100644 --- a/tests/harfbuzz/build.rs +++ b/tests/harfbuzz/build.rs @@ -8,7 +8,6 @@ fn main() { // 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");