mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-26 07:47:48 +00: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
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -71,7 +71,7 @@ fn handle_binary(config: &BaseAttributes) {
|
|||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
fn handle_binary(config: &BaseAttributes) {}
|
||||
fn handle_binary(_config: &BaseAttributes) {}
|
||||
|
||||
fn main() {
|
||||
let output_dir = PathBuf::from(env::var("OUT_DIR").unwrap());
|
||||
|
|
Loading…
Reference in a new issue