When I run roc build --lib --output libapp.so on macos it outputs libapp.dylib and on linux it outputs libapp.so.0.1. Why does it automatically change the output instead of following the flag?
Cause I think we haven't wired through output to shared library building.
So it just always uses the default setting/name
Okay cool, I’ll take a look at adding that when I get a chance
Last updated: Nov 08 2025 at 12:13 UTC