update bindings again

This commit is contained in:
2024-06-01 14:31:45 +02:00
parent 75672c79b4
commit 776da7b55e
6 changed files with 3578 additions and 250 deletions

View File

@ -6,8 +6,8 @@ fn main() {
let out_dir = env::var("OUT_DIR").unwrap_or_default();
let manifest_dir = env::var("CARGO_MANIFEST_DIR").unwrap_or_default();
let manifest_path = PathBuf::from(&manifest_dir);
let lib_cfg_dir = "../lib/cfg/csp";
let libcsp_path = "../lib/libcsp";
let lib_cfg_dir = "../clib/cfg/csp";
let libcsp_path = "../clib/libcsp";
// This helper structure will take care of the majority of work to compile libcsp using the
// cc crate.