Skip to content

Commit

Permalink
macos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Nov 3, 2023
1 parent d4d8058 commit f89a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ fn sip_only_layer_start(mut config: LayerConfig, patch_binaries: Vec<String>) {
not_found: None,
};
let debugger_ports = DebuggerPorts::from_env();
let setup = LayerSetup::new(config, debugger_ports);
let setup = LayerSetup::new(config, debugger_ports, true);

SETUP.set(setup).expect("SETUP set failed");

Expand Down

0 comments on commit f89a116

Please sign in to comment.