mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Use python3 instead of python.
`python` binary is not installed on all platform. But `python3` is (because meson is python3). And the script we launch is python3 so use the correct version.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
resource_files = run_command(find_program('python'),
|
||||
resource_files = run_command(find_program('python3'),
|
||||
'-c',
|
||||
'import sys; f=open(sys.argv[1]); print(f.read())',
|
||||
files('resources_list.txt')
|
||||
|
Reference in New Issue
Block a user