diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-20 10:02:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-20 10:02:49 -0500 |
commit | 0e9957c412002000067479e7ce582e8d625e21c0 (patch) | |
tree | fd05e5f2894ac887a0468a3ddd09243ecdba9553 /moz.build | |
parent | e3d81b698ea104e4b55ee618b931ea1311c04169 (diff) | |
download | uxp-0e9957c412002000067479e7ce582e8d625e21c0.tar.gz |
Issue #1457 - Unfold sqlite3 from nss
Diffstat (limited to 'moz.build')
-rw-r--r-- | moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', |