Skip to content

Commit

Permalink
hack: work around rust-lang/rust#57018
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Apr 13, 2019
1 parent f8c52cb commit 3d66d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ fn main() {
}

build.compile("libapt-pkg-c.a");

println!("cargo:rustc-link-lib=apt-pkg");
}

0 comments on commit 3d66d10

Please sign in to comment.