diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/mach_bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 8cdb8f0cd3..bdf7c9b033 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -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 = { |