1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7741 from Ecordonnier/eco/musl-crate-cpp

enable feature_require_crate_cpp for musl
This commit is contained in:
Sylvestre Ledru 2025-04-12 20:19:34 +02:00 committed by GitHub
commit 3d99430fc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
]