faust icon indicating copy to clipboard operation
faust copied to clipboard

Create a Universal Binary packaging for macOS release

Open sletz opened this issue 2 years ago • 3 comments

sletz avatar Jul 31 '23 17:07 sletz

can you please elaborate it more.........

nsundriyal62 avatar Aug 19 '23 17:08 nsundriyal62

We would like to have a single UB package on macOS, added to the arm64 and x64 architecture specific versions we currently have.

sletz avatar Aug 19 '23 17:08 sletz

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

DBraun avatar Nov 03 '23 02:11 DBraun