aboutsummaryrefslogtreecommitdiff
path: root/meson/scripts
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-16 00:04:57 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-16 00:04:57 +0200
commit4c31e7774d09fe1a59b6cfd692de4f4cade1899c (patch)
tree9bbe3c9d0e1f7da9409345ff05da30df331d26ca /meson/scripts
parent66c01401deb186e6daa20cf4bf6a098076dda236 (diff)
downloadmeson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.zip
meson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.tar.gz
meson-4c31e7774d09fe1a59b6cfd692de4f4cade1899c.tar.bz2
Finalize moduleification so that full test suite runs.
Diffstat (limited to 'meson/scripts')
-rw-r--r--meson/scripts/meson_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson/scripts/meson_install.py b/meson/scripts/meson_install.py
index a286864..1ede757 100644
--- a/meson/scripts/meson_install.py
+++ b/meson/scripts/meson_install.py
@@ -193,7 +193,7 @@ def install_targets(d):
print("Symlink creation does not work on this platform.")
printed_symlink_error = True
if is_elf_platform():
- p = subprocess.Popen([d.depfixer, outname, install_rpath],
+ p = subprocess.Popen(d.depfixer + [outname, install_rpath],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
(stdo, stde) = p.communicate()