flake8 fixes
This commit is contained in:
parent
25b2f7b1d7
commit
bb57b82794
@ -27,6 +27,7 @@
|
|||||||
# Only build certain parts of dwarf because the other ones break.
|
# Only build certain parts of dwarf because the other ones break.
|
||||||
dwarf_dirs = ['libdwarf', 'dwarfdump2']
|
dwarf_dirs = ['libdwarf', 'dwarfdump2']
|
||||||
|
|
||||||
|
|
||||||
class Libdwarf(Package):
|
class Libdwarf(Package):
|
||||||
"""The DWARF Debugging Information Format is of interest to
|
"""The DWARF Debugging Information Format is of interest to
|
||||||
programmers working on compilers and debuggers (and any one
|
programmers working on compilers and debuggers (and any one
|
||||||
@ -51,7 +52,6 @@ class Libdwarf(Package):
|
|||||||
|
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
# dwarf build does not set arguments for ar properly
|
# dwarf build does not set arguments for ar properly
|
||||||
make.add_default_arg('ARFLAGS=rcs')
|
make.add_default_arg('ARFLAGS=rcs')
|
||||||
|
Loading…
Reference in New Issue
Block a user