Fix: Windows BUILD fails again
All checks were successful
Deploy Website / deploy (push) Has been skipped
All checks were successful
Deploy Website / deploy (push) Has been skipped
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user