From 6823cabb83c77fa19ebf594acceea7314b9e8fd7 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 16 Apr 2023 23:08:05 -0400 Subject: 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. --- mesonbuild/utils/core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild/utils') 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 -- cgit v1.2.3