From a4d54422077a6fb7fe7af072e0563b58e602d4ae Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:43:11 -0400 Subject: Fix install_subdirs not showing up in intro-install_plan.json --- mesonbuild/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild/build.py') diff --git a/mesonbuild/build.py b/mesonbuild/build.py index 877ef5a..7a3bf88 100644 --- a/mesonbuild/build.py +++ b/mesonbuild/build.py @@ -204,6 +204,7 @@ class InstallDir(HoldableObject): source_subdir: str installable_subdir: str install_dir: str + install_dir_name: str install_mode: 'FileMode' exclude: T.Tuple[T.Set[str], T.Set[str]] strip_directory: bool -- cgit v1.1