mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-17 23:46:53 +01:00
Issue 1361, syms.py and python3
This commit is contained in:
parent
a90d82112c
commit
b923643d66
@ -49,7 +49,7 @@ class compile_sym(Task):
|
||||
slist = eval(x.read())
|
||||
for s in slist:
|
||||
syms[s] = 1
|
||||
lsyms = syms.keys()
|
||||
lsyms = dict(syms.keys())
|
||||
lsyms.sort()
|
||||
if self.env.DEST_BINFMT == 'pe':
|
||||
self.outputs[0].write('EXPORTS\n' + '\n'.join(lsyms))
|
||||
|
Loading…
Reference in New Issue
Block a user