From 6a4e042195e1dfeb61ffe5c2626ac41381799c24 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 4 Oct 2019 10:55:53 -0400 Subject: [PATCH] more singleFile build fixes --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 9285558..0be3e0a 100644 --- a/dub.json +++ b/dub.json @@ -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"] },