On Fri, Mar 27, 2009 at 3:38 PM, Steven Watanabe
<watanabesj@gmail.com> wrote:
AMDG
Brian Davis wrote:
Does it work with toolset=msvc target-os=windows?
bjam -d+2 toolset=msvc os=windows
<snip>
Notice error by bjam of:
error: "windows" is not a known value of feature <os>
error: legal values: "CYGWIN"
target-os, not os
Whops... changed to use target-os=windows and that worked. Thank you I can now use 1.38.0. I did not think to use this as it worked in 1.36.0. Why would this not be a default for msvc? Does msvc work on a mac or any other platform?