5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
|
|
cargo:rerun-if-changed=build/build.rs
|
||
|
|
cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed)
|
||
|
|
cargo:rustc-check-cfg=cfg(host_os, values("windows"))
|
||
|
|
cargo:rustc-cfg=host_os="windows"
|