summaryrefslogtreecommitdiff
path: root/mesonbuild/utils/core.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-04-16 23:08:05 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-05-02 19:28:35 -0400
commit6823cabb83c77fa19ebf594acceea7314b9e8fd7 (patch)
treed4e9bee35020945a7253329f4be4a1252c93b3c9 /mesonbuild/utils/core.py
parent7c78c2b5a0314078bdabb998ead56925dc8b0fc0 (diff)
downloadmeson-6823cabb83c77fa19ebf594acceea7314b9e8fd7.tar.gz
extend install scripts to allow specific directory variable exports
This is useful for internal scripts that want to know about something other than MESON_INSTALL_PREFIX and MESON_INSTALL_DESTDIR_PREFIX, which is very specific to the prefix.
Diffstat (limited to 'mesonbuild/utils/core.py')
-rw-r--r--mesonbuild/utils/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/utils/core.py b/mesonbuild/utils/core.py
index 03a8c6314..eee88b94d 100644
--- a/mesonbuild/utils/core.py
+++ b/mesonbuild/utils/core.py
@@ -152,6 +152,7 @@ class ExecutableSerialisation:
feed: T.Optional[bool] = None
tag: T.Optional[str] = None
verbose: bool = False
+ installdir_map: T.Optional[T.Dict[str, str]] = None
def __post_init__(self) -> None:
self.pickled = False