mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Output webidl filenames as they are processed, for real this time.
This commit is contained in:
parent
78bcb176ea
commit
10a6db6d3a
2 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ def generateLine(propName, extendedAttrs):
|
|||
propName)
|
||||
def generate(output, idlFilename, preprocessorHeader):
|
||||
print(idlFilename)
|
||||
sys.stdout.flush()
|
||||
cpp = list(buildconfig.substs['CPP'])
|
||||
cpp += shellutil.split(buildconfig.substs['ACDEFINES'])
|
||||
cpp.append(preprocessorHeader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue