Skip to content

Commit

Permalink
Remove explicit linkage include in tests.
Browse files Browse the repository at this point in the history
I guess brotlicommon-static has already been a static library so we don't need that.

Test this later on Windows.
  • Loading branch information
TheVeryDarkness committed Oct 18, 2023
1 parent 56e85dc commit 8346ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/harfbuzz/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 8346ada

Please sign in to comment.