Merge pull request #349 from kiwix/fix_python

This commit is contained in:
Matthieu Gautier 2020-05-04 10:55:55 +02:00 committed by GitHub
commit 381ff186cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')