Issue #1258 - Part 3: Make mailnews and friends build

This commit is contained in:
Matt A. Tobin 2019-11-03 15:33:58 -05:00 committed by Roy Tam
commit 18ffebc2a1
8 changed files with 90 additions and 8 deletions

11
db/mork/moz.build Normal file
View file

@ -0,0 +1,11 @@
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']:
DIRS += [
'public',
'src',
'build',
]