mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Don't use toolset.register
[SVN r40956]
This commit is contained in:
@@ -14,7 +14,7 @@ import feature : get-values ;
|
||||
import type ;
|
||||
import common ;
|
||||
|
||||
toolset.register borland ;
|
||||
feature.extend toolset : borland ;
|
||||
|
||||
rule init ( version ? : command * : options * )
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ import type ;
|
||||
import common ;
|
||||
import generators ;
|
||||
|
||||
toolset.register darwin ;
|
||||
feature.extend toolset : darwin ;
|
||||
import gcc ;
|
||||
toolset.inherit-generators darwin : gcc ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user