Move compile-time build info to aiken-project
So that we can use it as part of the blueprints.
This commit is contained in:
3
crates/aiken-project/build.rs
Normal file
3
crates/aiken-project/build.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
built::write_built_file().expect("Failed to acquire build-time information");
|
||||
}
|
||||
Reference in New Issue
Block a user