aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index ca29d18..64dcc36 100755
--- a/meson.py
+++ b/meson.py
@@ -31,7 +31,7 @@ def main():
mlog.warning('Please switch to a UTF-8 locale for your platform.')
# Always resolve the command path so Ninja can find it for regen, tests, etc.
launcher = os.path.realpath(sys.argv[0])
- return mesonmain.run(launcher, sys.argv[1:])
+ return mesonmain.run(sys.argv[1:], launcher)
if __name__ == '__main__':
sys.exit(main())