wscript: declare uselib_store for multicheck
This commit is contained in:
parent
e0e9942bd5
commit
32897450fc
1 changed files with 2 additions and 1 deletions
3
wscript
3
wscript
|
@ -252,7 +252,8 @@ def configure(conf):
|
||||||
a = map(lambda x: {
|
a = map(lambda x: {
|
||||||
'features': 'c',
|
'features': 'c',
|
||||||
'message': '...' + x,
|
'message': '...' + x,
|
||||||
'lib': x
|
'lib': x,
|
||||||
|
'uselib_store': x.upper()
|
||||||
}, [
|
}, [
|
||||||
'user32',
|
'user32',
|
||||||
'shell32',
|
'shell32',
|
||||||
|
|
Loading…
Add table
Reference in a new issue