diff options
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', |