mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
enable feature_require_crate_cpp for musl
I am not sure what the original issue was, but it seems to work: ``` cargo build --target=x86_64-unknown-linux-musl --features feat_os_unix_musl ... coreutils$ ./target/x86_64-unknown-linux-musl/debug/coreutils stdbuf -o L echo "foobar" foobar ```
This commit is contained in:
parent
5227178db2
commit
bd53e904d7
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ feat_os_unix_gnueabihf = [
|
|||
feat_os_unix_musl = [
|
||||
"feat_Tier1",
|
||||
#
|
||||
"feat_require_crate_cpp",
|
||||
"feat_require_unix",
|
||||
"feat_require_unix_hostid",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue