mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No Issue - Add checking in platform/ for clobber.py because it can only know hardcoded values in comm-style configurations
This commit is contained in:
parent
2d24edf3c2
commit
36914a3c5c
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ class Clobberer(object):
|
|||
if not os.path.isfile(self.src_clobber):
|
||||
self.src_clobber = os.path.join(topsrcdir, 'mozilla', 'CLOBBER')
|
||||
|
||||
if not os.path.isfile(self.src_clobber):
|
||||
self.src_clobber = os.path.join(topsrcdir, 'platform', 'CLOBBER')
|
||||
|
||||
assert os.path.isfile(self.src_clobber)
|
||||
|
||||
def clobber_needed(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue