We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73fe64 commit 0483932Copy full SHA for 0483932
include/pytracr/meson.build
@@ -1,6 +1,6 @@
1
# pybind11 stuff with the compiler flags
2
3
-py = import('python').find_installation('/usr/bin/python3', pure: false)
+py = import('python').find_installation('python3', pure: false)
4
pybind11_dep = dependency('pybind11', required: true)
5
6
py.extension_module('tracr',
0 commit comments