mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
waifulib: strip_on_install: fix typo
This commit is contained in:
parent
af0046f401
commit
ac1bf4a9f8
@ -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…
Reference in New Issue
Block a user