fix an invalid prefix usage on enzyme
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
9e86d76ad9
commit
1fa66573cd
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ impl Step for Enzyme {
|
|||
});
|
||||
|
||||
let out_dir = builder.enzyme_out(target);
|
||||
let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_prefix(smart_stamp_hash);
|
||||
let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_stamp(smart_stamp_hash);
|
||||
|
||||
if stamp.is_up_to_date() {
|
||||
if stamp.stamp.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue