Is there a way to build a dylib like it is possible to build a dll on windows?
I am missing the field “library type” for XCode. I know this is not even possible for iOS but on MacOSX it makes sense to build dylibs.
Maybe I can just put “-dynamiclib” in the project settings? This is what I tried first, but that gives linking errors since static linking seems to be enabled by default.