diff options
Diffstat (limited to 'embedding/ios/app.mozbuild')
-rw-r--r-- | embedding/ios/app.mozbuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embedding/ios/app.mozbuild b/embedding/ios/app.mozbuild new file mode 100644 index 000000000..5168ced14 --- /dev/null +++ b/embedding/ios/app.mozbuild @@ -0,0 +1,10 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# 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/. + +include('/toolkit/toolkit.mozbuild') + +if CONFIG['MOZ_EXTENSIONS']: + DIRS += ['/extensions'] |