Am Dienstag 24 Oktober 2023 um 18:05:34 +0000, schrieb Victor Lazzarini 3,3K: > Ok, it's not a bundle, that's a different type of dynamic lib (we don't use). So > > 1. You need to find where -bundle is being added > > 2. You need to use -dynamiclib > > 3. the plugin libs need to have the extension .dylib in their names. > > So here's a command line example for building a Csound plugin (with no dependencies) > > cc -dynamiclib mysrc.c -o myplug.dylib -I > > This command compiles and links the opcode. If you are using object files then you just replace the .c by a .o file. > > Basically the solution is to fix the makefiles so you use -dynamiclib to build the libraries. Got it! One question before I start searching and editing: "Custom.cmake.ex" is the right place to pass custom commands to cmake? It is my first time explicitly using cmake... Kind regards. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here