]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Correctly use Path.build_path()
authorSimon McVittie <smcv@debian.org>
Tue, 19 Mar 2024 02:13:52 +0000 (02:13 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 Mar 2024 08:35:53 +0000 (09:35 +0100)
commit7a2c210f4d526c098a10cbf700280d480ffbb385
tree5b9cf2d97e7b32a20b47622cb5b92062ca97e4dc
parent0247d6ed065ec3a3b3a45d3ec617d5a9d1ba9986
vala: Correctly use Path.build_path()

The first argument to Path.build_path() is a separator, and for it to be
practically useful, at least two subsequent arguments are needed.

Also to find GIR XML in /usr/share we should make the second argument be
an absolute path.
vala/valacodecontext.vala