mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-16 17:08:48 +00:00
fix build script; io -> old_io
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::io::Command;
|
||||
use std::io::process::StdioContainer;
|
||||
use std::old_io::Command;
|
||||
use std::old_io::process::StdioContainer;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::io::fs;
|
||||
use std::old_io::fs;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user