more singleFile build fixes

This commit is contained in:
Adam D. Ruppe 2019-10-04 10:55:53 -04:00
parent 91424ca649
commit 6a4e042195
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
"description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages",
"targetType": "sourceLibrary",
"dependencies": {"arsd-official:htmltotext":"*"},
"dflags": ["-mv=arsd.email=email.d"],
"sourceFiles": ["email.d"]
},