17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
cargo:rerun-if-changed=build.rs
|
|
cargo:rustc-check-cfg=cfg(android_platform)
|
|
cargo:rustc-check-cfg=cfg(web_platform)
|
|
cargo:rustc-check-cfg=cfg(macos_platform)
|
|
cargo:rustc-check-cfg=cfg(ios_platform)
|
|
cargo:rustc-check-cfg=cfg(windows_platform)
|
|
cargo:rustc-check-cfg=cfg(apple)
|
|
cargo:rustc-check-cfg=cfg(free_unix)
|
|
cargo:rustc-cfg=free_unix
|
|
cargo:rustc-check-cfg=cfg(redox)
|
|
cargo:rustc-check-cfg=cfg(x11_platform)
|
|
cargo:rustc-cfg=x11_platform
|
|
cargo:rustc-check-cfg=cfg(wayland_platform)
|
|
cargo:rustc-cfg=wayland_platform
|
|
cargo:rustc-check-cfg=cfg(orbital_platform)
|
|
cargo:rustc-check-cfg=cfg(unreleased_changelogs)
|