From f66935f40d58e33c2882f5899186dce743bc91ad Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 15 Apr 2019 06:42:57 +0200 Subject: Build with -dip1000. Fix #85 --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index 8fcc299..f0186df 100644 --- a/dub.json +++ b/dub.json @@ -53,7 +53,6 @@ { "name": "unittest", "versions": ["TanyaPhobos"], - "dflags": ["-dip25"], "importPaths": [ "./source", "./tests" @@ -80,6 +79,8 @@ } ], + "dflags": ["-dip1000"], + "libs-windows": ["advapi32"], "libs-windows-x86_mscoff": ["iphlpapi"], "libs-windows-x86_64": ["iphlpapi"] -- cgit v1.2.3