Skip to content

Commit

Permalink
rust: configuration file format rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jul 23, 2024
1 parent 617c270 commit a498e67
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 220 deletions.
4 changes: 4 additions & 0 deletions rust/bear/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
println!("cargo:rustc-env=WRAPPER_EXECUTABLE_PATH=/usr/libexec/bear/wrapper");
println!("cargo:rustc-env=PRELOAD_LIBRARY_PATH=/usr/libexec/bear/$LIB/libexec.so");
}
Loading

0 comments on commit a498e67

Please sign in to comment.