File: build.rs

package info (click to toggle)
flashrom 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,268 kB
  • sloc: ansic: 67,220; sh: 1,118; python: 104; makefile: 97
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
extern crate built;

fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}