Hi Volodya,
> > Explicitly specifying macosx-version=10.6 should have the desired effect.Aha. I've misquoted '.' when splitting version number.
> >
>
> Looks like it does not ("-arch ppc64" highlighted with asterisks):
>
> bjam toolset=darwin threading=multi link=shared runtime-link=shared
> --with-system architecture=combined address-model=32_64 macosx-version=10.6
> macosx-version-min=10.6 stage --stagedir=. variant=release -d+2
> It seems that for both macosx-version and macosx-version-min, it defaults toI have modified patch to invoke this, and use the result if no version is
> the OS X version of the build machine. I will try to find more info on this.
> To find out the OS X version at runtime, it's possible to issue this
> command:
>
> $ /usr/bin/sw_vers -productVersion
> 10.6.1
explicitly specified.