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