##// END OF EJS Templates
[Meson] Install python interpreter lib in lib folder instead of plugin folder...
jeandet -
r1444:46f8d6c8fcea
parent child
Show More
@@ -34,8 +34,7 sciqlop_python_interpreter = library('python_interpreter',
34 34 include_directories : [python_providers_inc],
35 35 dependencies : [pybind11_dep, sciqlop_core],
36 36 cpp_args : ['-DQT_NO_KEYWORDS'],
37 install : true,
38 install_dir : join_paths(get_option('libdir'), 'SciQLop')
37 install : true
39 38 )
40 39
41 40
General Comments 0
You need to be logged in to leave comments. Login now