commit | ec9302c4ed12e469401bcb54c90575b1bc9d8bb6 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Mon Nov 04 01:13:59 2019 -0800 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Mon Nov 04 01:29:02 2019 -0800 |
tree | 52fd4f939ffe3c9b36e768eb1a2262b93481645e | |
parent | fb9aaf8112dc4aadcc3e4fc6579bc6b86e78b4ea [diff] [blame] |
Avoid deprecated Meson feature * https://mesonbuild.com/Python-3-module.html > This module is deprecated and replaced by the python module.
diff --git a/meson.build b/meson.build index b2560af..aa50d8f 100644 --- a/meson.build +++ b/meson.build
@@ -71,8 +71,7 @@ ) # tests -#python = import('python3').find_python() -python = find_program('python3', 'python') +python = import('python').find_installation() jsoncpp_test = executable( 'jsoncpp_test',