summaryrefslogtreecommitdiff
path: root/test cases/unit/35 dist script/subprojects/sub/dist-script.py
AgeCommit message (Collapse)Author
2024-08-15unittests: fix git dist test on Windows with Python < 3.8Dylan Baker
pathlib.Path objects are not supported in subprocess calls on Windows before Python 3.8, so we must convert to a string.
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen
Fixes #688
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens
Fixes: #8440.