mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 13:25:41 +01:00
Remove warning about unused param in non-Windows handle_binary
This is a no-op, and purely a stub.
This commit is contained in:
parent
8db5358967
commit
f8746c7497
2
build.rs
2
build.rs
@ -71,7 +71,7 @@ fn handle_binary(config: &BaseAttributes) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
fn handle_binary(config: &BaseAttributes) {}
|
fn handle_binary(_config: &BaseAttributes) {}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let output_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
|
let output_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
|
||||||
|
Loading…
Reference in New Issue
Block a user