aboutsummaryrefslogtreecommitdiffstats
path: root/src/embed.py
Commit message (Collapse)AuthorAgeFilesLines
* build: replace assembly embedding with Python scriptSimon Ser2021-05-101-0/+45
This allows Meson to properly track dependencies and re-build the scanner when editing the dtd. We also stop depending on GNU as' .incbin and make the embedding less obscure. Signed-off-by: Simon Ser <contact@emersion.fr>