summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-09 06:46:43 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-09 06:46:43 -0500
commit52a9d511545f46bd4eab638b7307acbd9cbf4896 (patch)
tree2750d3125fc253fd5b0671e4bd268eff1fd97296 /build
parent456c7907fbdda1a5940aa057df3a6d0899e701a7 (diff)
downloaduxp-52a9d511545f46bd4eab638b7307acbd9cbf4896.tar.gz
Move Add-on SDK source to toolkit/jetpack
Diffstat (limited to 'build')
-rw-r--r--build/mach_bootstrap.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py
index 4fbf7de1d9..8cdb8f0cd3 100644
--- a/build/mach_bootstrap.py
+++ b/build/mach_bootstrap.py
@@ -99,7 +99,6 @@ SEARCH_PATHS = [
# Individual files providing mach commands.
MACH_MODULES = [
- 'addon-sdk/mach_commands.py',
'build/valgrind/mach_commands.py',
'devtools/shared/css/generated/mach_commands.py',
'dom/bindings/mach_commands.py',
@@ -131,6 +130,8 @@ MACH_MODULES = [
'mobile/android/mach_commands.py',
]
+if os.path.exists('addon-sdk'):
+ MACH_MODULES += [ 'addon-sdk/mach_commands.py' ]
CATEGORIES = {
'build': {