summaryrefslogtreecommitdiff
path: root/libgjs.symbols
blob: 7c43cfbb61c2ef9405e54d73f189ef8ffd610d14 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2019 Philip Chimento <philip.chimento@gmail.com>

# Workaround for https://github.com/mesonbuild/meson/issues/3047
# Linker scripts are not understood by the macOS linker, we need to use a
# symbol export file instead.
# With autotools, this was all done transparently by -export-symbols-regex.
_gjs_*
__Z*[0-9]gjs_*
__ZN*GjsContextPrivate*from_object*