Browse Source

wscript: declare uselib_store for multicheck

pull/2/head
Alibek Omarov 5 years ago
parent
commit
32897450fc
  1. 3
      wscript

3
wscript

@ -252,7 +252,8 @@ def configure(conf): @@ -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',

Loading…
Cancel
Save