feat(python): added python bindings
This commit is contained in:
5
build-config/python/meson.build
Normal file
5
build-config/python/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
py_installation = import('python').find_installation('python3', pure: false)
|
||||
|
||||
py_dep = py_installation.dependency()
|
||||
py_module_prefix = ''
|
||||
py_module_suffix = 'so'
|
||||
Reference in New Issue
Block a user