Skip to content

Commit 0483932

Browse files
committed
use whatever python3 version is currently loaded (not the system one)
1 parent f73fe64 commit 0483932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pytracr/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pybind11 stuff with the compiler flags
22

3-
py = import('python').find_installation('/usr/bin/python3', pure: false)
3+
py = import('python').find_installation('python3', pure: false)
44
pybind11_dep = dependency('pybind11', required: true)
55

66
py.extension_module('tracr',

0 commit comments

Comments
 (0)