Clément Fauconnier
Clément Fauconnier
Hi, do you plan to integrate it in the next release ? Thanks.
Hope it will be implemented in 2.0.4 ! Really need this !
faced the same issue using macports to build boost 1.81.0 [(issue)](https://trac.macports.org/ticket/66820) on a mac M1 (arm) I would like to help too, as boost is required on other universal packages...
No, it didn't. But I found this [SO thread](https://stackoverflow.com/questions/64553398/compile-boost-as-universal-library-intel-and-apple-silicon-architectures) and the following script worked : ``` bash #!/bin/sh rm -rf arm64 x86_64 universal stage bin.v2 rm -f b2 project-config* ./bootstrap.sh...