diff options
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ class BuildTarget(): # Holder unpacking. Ugly. if hasattr(s, 'held_object'): s = s.held_object - if isinstance(s, str) or isinstance(s, File): # FIXME, accept only File objects + if isinstance(s, File): if not s in added_sources: self.sources.append(s) added_sources[s] = True |