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:
parent
95679a89bb
commit
85e7df4ea1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user