diff options
Diffstat (limited to 'test cases/java/8 codegen custom target/com')
| -rw-r--r-- | test cases/java/8 codegen custom target/com/mesonbuild/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/java/8 codegen custom target/com/mesonbuild/meson.build b/test cases/java/8 codegen custom target/com/mesonbuild/meson.build index 030994154..5188f0ab2 100644 --- a/test cases/java/8 codegen custom target/com/mesonbuild/meson.build +++ b/test cases/java/8 codegen custom target/com/mesonbuild/meson.build @@ -1,4 +1,4 @@ -python = import('python').find_installation('python3') +python = find_program('python3') config_file = custom_target('confgen', input : 'Config.java.in', |
