Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / mobile / ios / moz.configure
blobb02ed1347ef7d5ce36e5111142b6ceb10cc37abe
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 imply_option("MOZ_PLACES", True)
10 @depends(target)
11 def check_target(target):
12     if target.os != "iOS":
13         die("Cannot build mobile/ios with a target other than an iOS one")
16 include("../../toolkit/moz.configure")