Fix: Windows BUILD fails again
All checks were successful
Deploy Website / deploy (push) Has been skipped

This commit is contained in:
2026-03-06 10:14:14 +01:00
parent 82d51a9add
commit bc1396d61d
2 changed files with 0 additions and 2 deletions

View File

@@ -616,7 +616,6 @@ fn load_icon() -> egui::IconData {
} }
fn main() -> eframe::Result<()> { fn main() -> eframe::Result<()> {
#[cfg(unix)]
cagire::engine::realtime::lock_memory(); cagire::engine::realtime::lock_memory();
let args = Args::parse(); let args = Args::parse();

View File

@@ -76,7 +76,6 @@ fn main() -> io::Result<()> {
#[cfg(unix)] #[cfg(unix)]
let mut stderr_pipe = redirect_stderr(); let mut stderr_pipe = redirect_stderr();
#[cfg(unix)]
engine::realtime::lock_memory(); engine::realtime::lock_memory();
let args = Args::parse(); let args = Args::parse();