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.
13 def fold_libs(target):
14 return target.os in ("WINNT", "OSX", "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")