Bug 1869043 remove declaration of missing CreateOrDestroyAudioTracks r=padenot
[gecko.git] / tools / update-programs / moz.configure
blob1ce4a4ade9d4373686b61c4d4caef45157496b44
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", "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")