summaryrefslogtreecommitdiff
path: root/test cases/unit/35 dist script/replacer.py
AgeCommit message (Collapse)Author
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar
meson.add_dist_script, introduced in #3906, did not accept any arguments other than script name. Since all other meson.add_*_script methods do accept args, this makes the dist script accept them as well.
2018-09-13Fix flake8 'imported but unused' reportsJon Turney
$ flake8 | grep F401 ./mesonbuild/compilers/d.py:19:1: F401 '.compilers.GCC_CYGWIN' imported but unused ./test cases/unit/35 dist script/replacer.py:3:1: F401 'sys' imported but unused
2018-08-27Add support for custom dist scripts.Jussi Pakkanen