mirror of https://github.com/adamdruppe/arsd.git
more singleFile build fixes
This commit is contained in:
parent
6a4e042195
commit
b8261114e6
2
dub.json
2
dub.json
|
@ -57,7 +57,7 @@
|
||||||
{
|
{
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages",
|
"description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages",
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "library",
|
||||||
"dependencies": {"arsd-official:htmltotext":"*"},
|
"dependencies": {"arsd-official:htmltotext":"*"},
|
||||||
"dflags": ["-mv=arsd.email=email.d"],
|
"dflags": ["-mv=arsd.email=email.d"],
|
||||||
"sourceFiles": ["email.d"]
|
"sourceFiles": ["email.d"]
|
||||||
|
|
Loading…
Reference in New Issue