diff options
Diffstat (limited to 'test cases/common/242 custom target feed/meson.build')
-rw-r--r-- | test cases/common/242 custom target feed/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/242 custom target feed/meson.build b/test cases/common/242 custom target feed/meson.build index 1cda37d..e9cd2b6 100644 --- a/test cases/common/242 custom target feed/meson.build +++ b/test cases/common/242 custom target feed/meson.build @@ -1,6 +1,6 @@ project('custom target feed', 'c') -python3 = import('python3').find_python() +python3 = import('python').find_installation() # Note that this will not add a dependency to the compiler executable. # Code will not be rebuilt if it changes. |