Skip to content

Commit

Permalink
merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
learturely committed Nov 8, 2024
2 parents 6737327 + 62a6493 commit b88c7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ fn main() {
panic!()
});
Dir::set_config_dir_info("TEST_XDSIGN", "rt.lea", "Leart", "xdsign");
let _ = cxsign::default_impl::init_all();
Location::set_boxed_location_preprocessor(Box::new(LocationPreprocessor))
.unwrap_or_else(|e| error!("{e}"));
let args = <Args as clap::Parser>::parse();
Expand Down

0 comments on commit b88c7b6

Please sign in to comment.