From ffb152c053e8414e3badfed0013b14f637de6c67 Mon Sep 17 00:00:00 2001 From: Denis Feklushkin Date: Fri, 30 Jun 2017 18:01:19 +0700 Subject: [PATCH] exclude main.d from library config --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 4c42c69..5bb6a61 100644 --- a/dub.json +++ b/dub.json @@ -18,7 +18,7 @@ "targetType": "library", "excludedSourceFiles": [ "src/client/*", - "src/server/server.d" + "src/server/main.d" ] }, {