Update build.rs
This commit is contained in:
parent
c9caa5687a
commit
3fab42b8d1
@ -2,9 +2,9 @@ extern crate embed_resource;
|
||||
use std::fs;
|
||||
|
||||
fn main() {
|
||||
let runner_res_path = "./Runner.res";
|
||||
let runner_res_path = "Runner.res";
|
||||
match fs::metadata(runner_res_path) {
|
||||
Ok(_) => println!("cargo:rustc-link-lib=dylib:+verbatim=./Runner.res"),
|
||||
Ok(_) => println!("cargo:rustc-link-lib=dylib:+verbatim=./libs/portable/Runner.res"),
|
||||
Err(_) => embed_resource::compile("icon.rc", embed_resource::NONE),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user