[][src]Function autocfg::rerun_path

pub fn rerun_path(path: &str)

Writes a line telling Cargo to rerun the build script if path changes.

This looks like: cargo:rerun-if-changed=PATH

This requires at least cargo 0.7.0, corresponding to rustc 1.6.0. Earlier versions of cargo will simply ignore the directive.