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:
@@ -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." ;
|
||||
|
||||
Reference in New Issue
Block a user