Skip to content

Commit e059b40

Browse files
committed
fix: fix stdbuf build script
1 parent 0d26e2e commit e059b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/stdbuf/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn main() {
156156
.and_then(|p| p.parent())
157157
.and_then(|p| p.parent())
158158
{
159-
let lib_filename = format!("libstdbuf{}", platform::DYLIB_EXT);
159+
let lib_filename = format!("libstdbuf{dylib_ext}");
160160
let source = target_dir.join("deps").join(&lib_filename);
161161
let dest = target_dir.join(&lib_filename);
162162

0 commit comments

Comments
 (0)