faust
                                
                                
                                
                                    faust copied to clipboard
                            
                            
                            
                        Create a Universal Binary packaging for macOS release
can you please elaborate it more.........
We would like to have a single UB package on macOS, added to the arm64 and x64 architecture specific versions we currently have.
https://github.com/grame-cncm/faust/issues/951#issuecomment-1784538374
In the short term you can download both of the libfaust types from the official releases.
Suppose the x86_64 static lib is named x86_64.libfaust.a and the arm64 is arm64.libfaust.a. Then run
lipo x86_64.libfaust.a arm64.libfaust.a -create -output libfaust.a to create a universal static lib libfaust.a