Bug 1277483 - Another followup to fix bustage.
This commit is contained in:
@@ -85,7 +85,7 @@ def may_strip(path):
|
||||
Return whether strip() should be called
|
||||
'''
|
||||
from buildconfig import substs
|
||||
return not substs['PKG_SKIP_STRIP']
|
||||
return not substs.get('PKG_SKIP_STRIP')
|
||||
|
||||
|
||||
def strip(path):
|
||||
|
||||
Reference in New Issue
Block a user