Skip to content

Commit a7dd183

Browse files
committed
chore: Update .h prefix.
1 parent e98f628 commit a7dd183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl Builder {
8989

9090
// Let's get a unique `.h` file from the `.d` files.
9191
let h_file = tempfile::Builder::new()
92-
.prefix("sonde")
92+
.prefix("sonde-")
9393
.suffix(".h")
9494
.tempfile_in(&out_dir)
9595
.unwrap();

0 commit comments

Comments
 (0)