waifulib: strip_on_install: fix typo
This commit is contained in:
parent
af0046f401
commit
ac1bf4a9f8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def copy_fun(self, src, tgt):
|
|||
if self.generator.bld.options.no_strip:
|
||||
return
|
||||
|
||||
if conf.env.DEST_BINFMT not in ['elf', 'mac-o']: # don't strip unknown formats or PE
|
||||
if self.env.DEST_BINFMT not in ['elf', 'mac-o']: # don't strip unknown formats or PE
|
||||
return
|
||||
|
||||
if getattr(self.generator, 'link_task', None) and self.generator.link_task.outputs[0] in self.inputs:
|
||||
|
|
Loading…
Add table
Reference in a new issue