2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-26 11:51:20 +01:00

Tools: c_config: fix mistake in previous commit

This commit is contained in:
Jérôme Carretero 2013-09-04 23:47:47 -04:00
parent 95679a89bb
commit 85e7df4ea1

View File

@ -295,7 +295,7 @@ def exec_cfg(self, kw):
self.define('%s_VERSION' % Utils.quote_define_name(kw.get('uselib_store', kw['modversion'])), version)
return version
lst = kw['path']
lst = [] + kw['path']
defi = kw.get('define_variable', None)
if not defi: