wscript: declare uselib_store for multicheck

This commit is contained in:
Alibek Omarov 2019-10-18 05:41:56 +03:00
parent e0e9942bd5
commit 32897450fc
1 changed files with 2 additions and 1 deletions

View File

@ -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',