diff --git a/mesonbuild/mdist.py b/mesonbuild/mdist.py index 22c5b4492..397f8cdb3 100644 --- a/mesonbuild/mdist.py +++ b/mesonbuild/mdist.py @@ -313,5 +313,5 @@ def run(options): if rc == 0: for name in names: create_hash(name) - print('Created', os.path.relpath(name)) + print('Created', name) return rc