lol
at master 12 lines 468 B view raw
1diff --git a/meson.build b/meson.build 2index 310699f..4e2b8a4 100644 3--- a/meson.build 4+++ b/meson.build 5@@ -48,7 +48,7 @@ if not valgrind.found() 6 endif 7 8 py = import('python') 9-py = py.find_installation(required: get_option('python')) 10+py = py.find_installation('@python_bin@', required: get_option('python')) 11 swig = find_program('swig', required: get_option('python')) 12 pylibfdt_enabled = not meson.is_cross_build() and py.found() and swig.found() ? true : false