Add support for Git scp-like syntax

This commit is contained in:
Ivan Kravets
2017-11-27 21:04:51 +02:00
parent 79b7974f35
commit f5f3cd85d8
6 changed files with 23 additions and 21 deletions

View File

@@ -91,7 +91,6 @@ class LibBuilderBase(object):
PARSE_SRC_BY_H_NAME = True
_INC_DIRS_CACHE = None
def __init__(self, env, path, manifest=None, verbose=False):
self.env = env.Clone()
self.envorigin = env.Clone()