Skip to content
Snippets Groups Projects
Commit bb57b827 authored by Gregory L. Lee's avatar Gregory L. Lee
Browse files

flake8 fixes

parent 25b2f7b1
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
# Only build certain parts of dwarf because the other ones break.
dwarf_dirs = ['libdwarf', 'dwarfdump2']
class Libdwarf(Package):
"""The DWARF Debugging Information Format is of interest to
programmers working on compilers and debuggers (and any one
......@@ -51,7 +52,6 @@ class Libdwarf(Package):
parallel = False
def install(self, spec, prefix):
# dwarf build does not set arguments for ar properly
make.add_default_arg('ARFLAGS=rcs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment