From f20ae2d56fe1e85da5cd87711ba588197b9e5cc5 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 13 Mar 2026 23:52:05 +1000 Subject: [PATCH] shitty old comment --- nixide-sys/build.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixide-sys/build.rs b/nixide-sys/build.rs index 4419125..6631264 100644 --- a/nixide-sys/build.rs +++ b/nixide-sys/build.rs @@ -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.