mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Fix "import" statements.
[SVN r22470]
This commit is contained in:
@@ -13,7 +13,6 @@ import os ;
|
||||
import type ;
|
||||
import feature ;
|
||||
import "class" : new ;
|
||||
import order ;
|
||||
import set ;
|
||||
|
||||
feature.extend toolset : gcc ;
|
||||
|
||||
@@ -13,6 +13,7 @@ import "class" : new ;
|
||||
import generators ;
|
||||
import type ;
|
||||
import set ;
|
||||
import order ;
|
||||
|
||||
class unix-linking-generator : linking-generator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user