From a92a194b4fc64e0cfa4a88a59e261f236414d61c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Dec 2020 12:50:32 +0100 Subject: Fix flaky build on Windows --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index e4a4798..39b86b1 100644 --- a/wscript +++ b/wscript @@ -539,6 +539,8 @@ def build(bld): requires=['pugl-%s' % PUGL_MAJOR_VERSION], cflags=['-I${includedir}/puglxx-%s' % PUGL_MAJOR_VERSION]) + bld.add_group() + def build_example(prog, source, platform, backend, **kwargs): lang = 'cxx' if source[0].endswith('.cpp') else 'c' -- cgit v1.2.1