mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-07-02 07:05:10 +08:00
Update build.rs
This commit is contained in:
@@ -273,7 +273,7 @@ fn get_arch() -> String {
|
||||
if !output.status.success() {
|
||||
panic!("uname command failed");
|
||||
}
|
||||
return String::from_utf8_lossy(&output.stdout).trim().to_string();;
|
||||
return String::from_utf8_lossy(&output.stdout).trim().to_string();
|
||||
}
|
||||
return env::consts::ARCH.to_owned();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user