26 Apr
2022
26 Apr
'22
7:19 a.m.
Ian Emmons via Boost
Am I doing something wrong, here? Or is there a bug in Boost.Build regarding cross-compiling?
Seeing that there is no feedback on Boost.Build, you could try to to achieve the same with build2[1]. While there is no out-of-the box support for building fat binaries, I am sure you will be able to correctly cross-compile for M1 by specifying the compiler and the desired target. Boost packages with build2 support are available here[2]. [1] https://build2.org/ [2] https://cppget.org/?packages=libboost HTH, Boris