mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
7 lines
124 B
Rust
7 lines
124 B
Rust
// build.rs
|
|
|
|
fn main() {
|
|
println!("cargo:rustc-link-search=native=..");
|
|
println!("cargo:rustc-link-lib=MaaCore");
|
|
}
|