mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix windows result check
This commit is contained in:
parent
518e4e3a5d
commit
ad63c65d2f
@ -121,7 +121,8 @@ fn main() {
|
||||
std::thread::spawn(move || {
|
||||
mbox();
|
||||
})
|
||||
.join();
|
||||
.join()
|
||||
.unwrap();
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
mbox();
|
||||
|
Loading…
Reference in New Issue
Block a user