mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-24 00:46:17 +04:00
3 lines
64 B
Rust
3 lines
64 B
Rust
|
fn main() {
|
||
|
println!("cargo:rerun-if-env-changed=M_MODE");
|
||
|
}
|