Skip to content

Commit bd53e90

Browse files
committed
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 ```
1 parent 5227178 commit bd53e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ feat_os_unix_gnueabihf = [
174174
feat_os_unix_musl = [
175175
"feat_Tier1",
176176
#
177+
"feat_require_crate_cpp",
177178
"feat_require_unix",
178179
"feat_require_unix_hostid",
179180
]

0 commit comments

Comments
 (0)