forked from platformio/platformio-core
Add support for Git scp-like syntax
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user