build: Update keysym generator to Python3

This commit is contained in:
Dorota Czaplejewicz
2019-03-22 13:06:22 +00:00
parent a00d41930d
commit b817c6189d
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@ marshalers = gnome.genmarshal(
internal: true,
)
python = find_program('python2')
python = find_program('python3')
gen_keysym_entries_special = generator(
python,