summaryrefslogtreecommitdiff
path: root/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-20 10:02:49 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-20 10:02:49 -0500
commit0e9957c412002000067479e7ce582e8d625e21c0 (patch)
treefd05e5f2894ac887a0468a3ddd09243ecdba9553 /moz.build
parente3d81b698ea104e4b55ee618b931ea1311c04169 (diff)
downloaduxp-0e9957c412002000067479e7ce582e8d625e21c0.tar.gz
Issue #1457 - Unfold sqlite3 from nss
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 401f938e2e..21c2d5641a 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',