mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 23:48:45 +08:00
Add cond compile for some command line arguments
This commit is contained in:
@@ -985,7 +985,9 @@ fn main() {
|
||||
unsafe { std::env::set_var("RUST_LIB_BACKTRACE", "1") };
|
||||
}
|
||||
let cfg = types::ExtraConfig {
|
||||
#[cfg(feature = "circus")]
|
||||
circus_mes_type: arg.circus_mes_type.clone(),
|
||||
#[cfg(feature = "escude-arc")]
|
||||
escude_fake_compress: arg.escude_fake_compress.clone(),
|
||||
};
|
||||
match &arg.command {
|
||||
|
||||
Reference in New Issue
Block a user