From b8261114e6be5f86141ab6c427feb47abfc3d041 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 4 Oct 2019 10:56:01 -0400 Subject: [PATCH] more singleFile build fixes --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 0be3e0a..0822f9d 100644 --- a/dub.json +++ b/dub.json @@ -57,7 +57,7 @@ { "name": "email", "description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages", - "targetType": "sourceLibrary", + "targetType": "library", "dependencies": {"arsd-official:htmltotext":"*"}, "dflags": ["-mv=arsd.email=email.d"], "sourceFiles": ["email.d"]