mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +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");
|
|
}
|