Skip to content

Commit

Permalink
bug(tee) - needs libc from uucore
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Feb 2, 2021
1 parent 8337179 commit 2bb9a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/tee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/tee.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
uucore = { version=">=0.0.6", package="uucore", path="../../uucore", features=["libc"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }

[[bin]]
Expand Down

0 comments on commit 2bb9a85

Please sign in to comment.