commit | 45733df96cde1af55145909ce5f1c910df98a9be | [log] [tgz] |
---|---|---|
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | Wed Jun 03 12:19:51 2020 +0200 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Tue Sep 01 23:02:57 2020 -0500 |
tree | f4975fafd541ec5753742916e1f00ec3afab7423 | |
parent | 5be07bdc5e2d5b7715ecbc73749af3e625674dcb [diff] [blame] |
meson: Don't specifically look for python3 Not all distributions provide Python as python3 and as Meson already depends on 3.5+ just use what Meson uses. References: https://mesonbuild.com/Getting-meson.html https://mesonbuild.com/Python-module.html#find_installation Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
diff --git a/meson.build b/meson.build index 75ec974..5191d23 100644 --- a/meson.build +++ b/meson.build
@@ -73,7 +73,7 @@ subdir_done() endif -python = import('python').find_installation('python3') +python = import('python').find_installation() jsoncpp_test = executable( 'jsoncpp_test', files([