mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-27 11:21:02 +08:00
Update meson/python
``` DEPRECATION: Project targetting '>= 0.41.1' but tried to use feature deprecated since '0.48.0': python3 module Build targets in project: 3 WARNING: Deprecated features used: * 0.48.0: {'python3 module'} ```
This commit is contained in:
parent
2703c306a3
commit
fb9aaf8112
@ -71,7 +71,8 @@ jsoncpp_dep = declare_dependency(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
python = import('python3').find_python()
|
#python = import('python3').find_python()
|
||||||
|
python = find_program('python3', 'python')
|
||||||
|
|
||||||
jsoncpp_test = executable(
|
jsoncpp_test = executable(
|
||||||
'jsoncpp_test',
|
'jsoncpp_test',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user