Merge pull request #446 from aidanharris/meson-explicitly-check-for-mako

Explicitly test for the mako python module
pull/465/head
flightlessmango 3 years ago committed by GitHub
commit 8d7823b132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ project('MangoHud',
cc = meson.get_compiler('c')
cpp = meson.get_compiler('cpp')
prog_python = import('python').find_installation('python3')
prog_python = import('python').find_installation('python3', modules: ['mako'])
null_dep = dependency('', required : false)
mangohud_version = vcs_tag(

Loading…
Cancel
Save