diff options
Diffstat (limited to 'dependencies.py')
-rw-r--r-- | dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.py b/dependencies.py index 3a47357..c4c046a 100644 --- a/dependencies.py +++ b/dependencies.py @@ -825,7 +825,7 @@ why. As a hack filter out everything that is not a flag.""" return self.libs class AppleFrameworks(Dependency): - def __init__(self, kwargs): + def __init__(self, environment, kwargs): Dependency.__init__(self) modules = kwargs.get('modules', []) if isinstance(modules, str): |