mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
8 lines
229 B
Rust
8 lines
229 B
Rust
fn main() {
|
|
if cfg!(not(feature = "dev")) {
|
|
println!("cargo:rerun-if-changed=../../storage-contracts-abis/");
|
|
} else {
|
|
println!("cargo:rerun-if-changed=../../0g-storage-contracts-dev/artifacts/");
|
|
}
|
|
}
|