From a45741cb53d4881ea728687a0f0746801124f6e5 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 10 Mar 2019 17:29:42 +0100 Subject: Fix dub import path. Fixes #21 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index 21920fe..ec0ada3 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "license": "Zlib", "targetType": "library", "sourcePaths": ["dmagick"], - "importPaths": ["dmagick"], + "importPaths": ["."], "configurations": [ { "name": "windows", -- cgit v1.2.3