From efceac497fa2702124398b2712761015d9a1c78a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 26 Feb 2016 21:04:11 +0200 Subject: Python extension module finally works on Windows. --- test cases/python3/2 extmodule/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test cases/python3/2 extmodule/meson.build') diff --git a/test cases/python3/2 extmodule/meson.build b/test cases/python3/2 extmodule/meson.build index a86a1222c..858bbea9f 100644 --- a/test cases/python3/2 extmodule/meson.build +++ b/test cases/python3/2 extmodule/meson.build @@ -1,4 +1,7 @@ -project('Python extension module', 'c') +project('Python extension module', 'c', + default_options : ['buildtype=release']) +# Because Windows Python ships only with optimized libs, +# we must build this project the same way. py3_dep = dependency('python3') -- cgit v1.2.3