shitty old comment

This commit is contained in:
do butterflies cry? 2026-03-13 23:52:05 +10:00
parent 29132df3d1
commit f20ae2d56f
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -22,9 +22,6 @@ fn main() {
// Invalidate the built crate whenever the wrapper changes
println!("cargo:rerun-if-changed=include/wrapper.h");
// Tell cargo to tell rustc to link the system shared library
// println!("cargo:rustc-link-lib=bz2");
// Use pkg-config to find nix-store include and link paths
// This NEEDS to be included, or otherwise `nix_api_store.h` cannot
// be found.