$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Kolpackov (boris_at_[hidden])
Date: 2022-04-26 07:19:01
Ian Emmons via Boost <boost_at_[hidden]> writes:
> 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