summaryrefslogtreecommitdiffstats
path: root/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'moz.build')
-rw-r--r--moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/moz.build b/moz.build
index 401f938e2..21c2d5641 100644
--- a/moz.build
+++ b/moz.build
@@ -69,6 +69,9 @@ if not CONFIG['MOZ_DISABLE_PLATFORM']:
if CONFIG['COMPILE_ENVIRONMENT']:
if not CONFIG['JS_STANDALONE']:
+ # Hopefully build sqlite before nss
+ DIRS += ['db/sqlite3/src']
+
DIRS += [
'config/external',
'config/external/nss',