aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
diff options
context:
space:
mode:
authorThomas Li <47963215+lithomas1@users.noreply.github.com>2022-09-02 15:43:11 -0400
committerEli Schwartz <eschwartz93@gmail.com>2022-09-06 02:09:38 -0400
commita4d54422077a6fb7fe7af072e0563b58e602d4ae (patch)
treef99dee3e1aa8dd685518e848362d43da386745bb /mesonbuild/build.py
parente6122ba7864cf7b4c20091651e69d33ba2f7b463 (diff)
downloadmeson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.zip
meson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.tar.gz
meson-a4d54422077a6fb7fe7af072e0563b58e602d4ae.tar.bz2
Fix install_subdirs not showing up in intro-install_plan.json
Diffstat (limited to 'mesonbuild/build.py')
-rw-r--r--mesonbuild/build.py1
1 files changed, 1 insertions, 0 deletions
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