$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-12 04:34:00
On Saturday 12 July 2008 00:51:26 Mike Jackson wrote:
> Hacking my way through the build system I see that there seems to be
> some detection of the system that boost will be compiled on. What do
> I need to set in order for Boost.Build to create a Universal binary
> for Boost version 1.35?
I don't know if it's possible with 1.35. With SVN HEAD, use:
architecture=combined
- Volodya