mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Backed out changeset 6134b92d1b08 (bug 1277483
)
This commit is contained in:
parent
a9cbc7e871
commit
733eeabb87
@ -622,7 +622,6 @@ option('--disable-install-strip',
|
||||
|
||||
@depends('--disable-install-strip')
|
||||
def disable_install_strip(value):
|
||||
if not value:
|
||||
return True
|
||||
return not value
|
||||
|
||||
set_config('PKG_SKIP_STRIP', disable_install_strip)
|
||||
|
@ -85,7 +85,7 @@ def may_strip(path):
|
||||
Return whether strip() should be called
|
||||
'''
|
||||
from buildconfig import substs
|
||||
return not substs.get('PKG_SKIP_STRIP')
|
||||
return not substs['PKG_SKIP_STRIP']
|
||||
|
||||
|
||||
def strip(path):
|
||||
|
Loading…
Reference in New Issue
Block a user