Skip to content

Commit 3d66d10

Browse files
committed
hack: work around rust-lang/rust#57018
1 parent f8c52cb commit 3d66d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ fn main() {
1616
}
1717

1818
build.compile("libapt-pkg-c.a");
19+
20+
println!("cargo:rustc-link-lib=apt-pkg");
1921
}

0 commit comments

Comments
 (0)