diff options
Diffstat (limited to 'test cases/python')
-rw-r--r-- | test cases/python/1 extmodule/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/python/1 extmodule/meson.build b/test cases/python/1 extmodule/meson.build index 0e24a70..4798654 100644 --- a/test cases/python/1 extmodule/meson.build +++ b/test cases/python/1 extmodule/meson.build @@ -3,7 +3,7 @@ project('Python extension module', 'c', py_mod = import('python') -py = py_mod.find(get_option('python'), required : false) +py = py_mod.find_installation(get_option('python'), required : false) if py.found() py_dep = py.dependency() |