ihor
05/03/2023, 7:40 AMStefano Bonicatti
05/03/2023, 9:42 AM-DCMAKE_OSX_ARCHITECTURES , x86_64 or arm64 then use the lipo tool to stitch the two binaries together, with lipo -create <binary x86_64> <binary arm64> -output <universal binary>ihor
05/03/2023, 9:45 AMallister
05/03/2023, 2:52 PM