diff options
Diffstat (limited to 'test cases/common/150 reserved targets/meson.build')
-rw-r--r-- | test cases/common/150 reserved targets/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/150 reserved targets/meson.build b/test cases/common/150 reserved targets/meson.build index 24fd937..a68642e 100644 --- a/test cases/common/150 reserved targets/meson.build +++ b/test cases/common/150 reserved targets/meson.build @@ -26,7 +26,7 @@ subdir('uninstall') subdir('runtarget') -py3 = import('python3').find_python() +py3 = import('python').find_installation() custom_target('ctlist-test', output : 'out.txt', command : [py3, '-c', 'print("")'], |