mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Don't bust when addon-sdk dir exists but is empty (e.g. after pull)
This commit is contained in:
parent
358cd0404a
commit
7161ba5ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ MACH_MODULES = [
|
|||
'mobile/android/mach_commands.py',
|
||||
]
|
||||
|
||||
if os.path.exists('addon-sdk'):
|
||||
if os.path.exists('addon-sdk/mach_commands.py'):
|
||||
MACH_MODULES += [ 'addon-sdk/mach_commands.py' ]
|
||||
|
||||
CATEGORIES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue