wala-rust

Content-adressed HTTP file server
Info | Log | Files | Refs | README | LICENSE

commit 8bf7868c124daae9d7684d9e695b42dc9a84367a
parent 1aa5b6002311aa8bf573777f9388746443a6c58c
Author: lash <dev@holbrook.no>
Date:   Sun,  8 Sep 2024 20:48:12 +0100

Add missing build script file to include bzip2 so

Diffstat:
Abuild.rs | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/build.rs b/build.rs @@ -0,0 +1,3 @@ +fn main() { + println!("cargo:rustc-flags=-lbz2"); +}