summaryrefslogtreecommitdiff
path: root/test cases/python3/2 extmodule/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python3/2 extmodule/meson.build')
-rw-r--r--test cases/python3/2 extmodule/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/python3/2 extmodule/meson.build b/test cases/python3/2 extmodule/meson.build
index 92a12b259..582a14e8e 100644
--- a/test cases/python3/2 extmodule/meson.build
+++ b/test cases/python3/2 extmodule/meson.build
@@ -3,6 +3,7 @@ project('Python extension module', 'c',
# Because Windows Python ships only with optimized libs,
# we must build this project the same way.
+py3_mod = import('python3')
py3_dep = dependency('python3', required : false)
if py3_dep.found()