mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 860894 - Fix typelib.py after bug 462463. r=ted
This commit is contained in:
parent
7407e43576
commit
b9ca04c0c4
@ -298,3 +298,5 @@ if __name__ == '__main__':
|
||||
deps = [dep.replace('\\', '/') for dep in idl.deps]
|
||||
|
||||
print >>depfd, "%s: %s" % (options.outfile, " ".join(deps))
|
||||
for dep in deps:
|
||||
print >>depfd, "%s:" % dep
|
||||
|
Loading…
Reference in New Issue
Block a user