build: Update keysym generator to Python3
This commit is contained in:
@ -14,7 +14,7 @@ marshalers = gnome.genmarshal(
|
||||
internal: true,
|
||||
)
|
||||
|
||||
python = find_program('python2')
|
||||
python = find_program('python3')
|
||||
|
||||
gen_keysym_entries_special = generator(
|
||||
python,
|
||||
|
||||
Reference in New Issue
Block a user