We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d26e2e commit e059b40Copy full SHA for e059b40
src/uu/stdbuf/build.rs
@@ -156,7 +156,7 @@ fn main() {
156
.and_then(|p| p.parent())
157
158
{
159
- let lib_filename = format!("libstdbuf{}", platform::DYLIB_EXT);
+ let lib_filename = format!("libstdbuf{dylib_ext}");
160
let source = target_dir.join("deps").join(&lib_filename);
161
let dest = target_dir.join(&lib_filename);
162
0 commit comments