Skip to content

Commit fb9aaf8

Browse files
committed
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'} ```
1 parent 2703c30 commit fb9aaf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: meson.build

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jsoncpp_dep = declare_dependency(
7171
)
7272

7373
# tests
74-
python = import('python3').find_python()
74+
#python = import('python3').find_python()
75+
python = find_program('python3', 'python')
7576

7677
jsoncpp_test = executable(
7778
'jsoncpp_test',

0 commit comments

Comments
 (0)