diff options
-rw-r--r-- | test cases/unit/39 python extmodule/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/39 python extmodule/meson.build b/test cases/unit/39 python extmodule/meson.build index eb00a6a..5b44394 100644 --- a/test cases/unit/39 python extmodule/meson.build +++ b/test cases/unit/39 python extmodule/meson.build @@ -6,7 +6,7 @@ py_mod = import('python') py = py_mod.find_installation(get_option('python'), required : false) if py.found() - py_dep = py.dependency() + py_dep = py.dependency(required : false) if py_dep.found() subdir('ext') |