From 18a281f93928c0f1985f8105346b6d9dbf5424d8 Mon Sep 17 00:00:00 2001 From: BBasile Date: Tue, 13 Mar 2018 02:47:34 +0100 Subject: [PATCH] fix #445 - Cannot build via dub on windows --- dub.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/dub.json b/dub.json index b7b6c7b..4764c85 100644 --- a/dub.json +++ b/dub.json @@ -26,7 +26,6 @@ "name": "client", "targetType": "executable", "targetName": "dcd-client", - "mainSourceFile": "src/dcd/client/client.d", "excludedSourceFiles": [ "src/dcd/server/*" ] @@ -35,7 +34,6 @@ "name": "server", "targetType": "executable", "targetName": "dcd-server", - "mainSourceFile": "src/dcd/server/server.d", "excludedSourceFiles": [ "src/dcd/client/*" ]