Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / tools / update-programs / moz.configure
blob23192c8a2504545e4e209863146a2b3e83a799b3
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # Spoof a stub of `js/moz.configure` for the included scripts.
7 @dependable
8 def js_standalone():
9     return False
12 @depends(target)
13 def fold_libs(target):
14     return target.os in ("WINNT", "OSX", "iOS", "Android")
17 set_config("MOZ_FOLD_LIBS", fold_libs)
20 include("../../build/moz.configure/rust.configure")
21 include("../../build/moz.configure/nspr.configure")
22 include("../../build/moz.configure/nss.configure")
23 include("../../build/moz.configure/update-programs.configure")