2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Default to darwin toolset on OSX.

[SVN r60222]
This commit is contained in:
Vladimir Prus
2010-03-06 07:24:10 +00:00
parent 94f588650a
commit a15d80c040

View File

@@ -589,6 +589,10 @@ local rule should-clean-project ( project )
{
default-toolset = msvc ;
}
else if [ os.name ] = MACOSX
{
default-toolset = darwin ;
}
}
ECHO "warning: No toolsets are configured." ;