Is your feature request related to a problem? Please describe.
#6253
│ ├── lib
│ │ ├── libfreetype.so.6 -> libfreetype.so.6.20.2
│ │ ├── libfreetype.so.6.20.2
Describe the solution you'd like
add_requireconfs("*", {
configs = {
shared = true,
soname = false, --- use this to change ALL SO like ibfreetype.so.xxxx to ibfreetype.so
cxflags = {
"-mcpu=cortex-a7",
"-mfloat-abi=softfp",
"-mfpu=neon-vfpv4"
}
}
})
Describe alternatives you've considered
No response
Additional context
No response