From 32897450fcedc3bc6c8a78be0f3aef1bd31e3a39 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 18 Oct 2019 05:41:56 +0300 Subject: [PATCH] wscript: declare uselib_store for multicheck --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 980e8218..0bed5056 100644 --- a/wscript +++ b/wscript @@ -252,7 +252,8 @@ def configure(conf): a = map(lambda x: { 'features': 'c', 'message': '...' + x, - 'lib': x + 'lib': x, + 'uselib_store': x.upper() }, [ 'user32', 'shell32',