Bug 1855360 - Fix the skip-if syntax. a=bustage-fix
[gecko.git] / mozglue / interposers / moz.build
blob48e88946b55711c28ca8fe6dc846a810c327c28e
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/.
6 Library("interposers")
8 DEFINES["IMPL_MFBT"] = True
10 UNIFIED_SOURCES += [
11     "env_interposer.cpp",
12     "getline_interposer.cpp",
15 if CONFIG["MOZ_CRASHREPORTER"]:
16     UNIFIED_SOURCES += [
17         "pthread_create_interposer.cpp",
18     ]
20 if CONFIG["MOZ_LINKER"]:
21     LOCAL_INCLUDES += [
22         "/mozglue/linker",
23     ]
25 FINAL_LIBRARY = "mozglue"