]> 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 06:30:33 +0000 (07:30 +0100)
commit5e963bf138bcac53c8a8cae4fa9053cfbf13a714
tree7e9af964fd7d8423b74322313b57a2caf8612730
parentf3288279b6f74cd4255b52ab78dddb5ee7bcb89c
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