From e76af43598c15e500687ae2ce7db0b8ed4f37605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orfeo=20Da=20Vi=C3=A0?= Date: Thu, 17 Oct 2019 17:33:25 +0200 Subject: [PATCH] Fix #224 --- dub.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 483d0a6..72d0553 100644 --- a/dub.json +++ b/dub.json @@ -22,7 +22,7 @@ { "name": "normal", "libs-posix": ["X11", "Xext", "GL", "GLU"], - "libs-windows": ["gdi32", "opengl32", "glu32"], + "libs-windows": ["gdi32", "opengl32", "glu32"] }, { "name": "without-opengl", @@ -61,7 +61,6 @@ "dependencies": {"arsd-official:htmltotext":"*"}, "dflags": ["-mv=arsd.email=email.d"], "sourceFiles": ["email.d"] - }, { "name": "image_files", @@ -185,11 +184,13 @@ "name": "without_openssl", "versions": ["without_openssl"] } + ] }, { "name": "jsvar", "description": "Javascript-like object in D, capable of json read/write/manipulation.", "targetType": "sourceLibrary", + "importPaths": ["."], "sourceFiles": ["jsvar.d"] }, { @@ -197,6 +198,7 @@ "description": "Small Javascript-like script interpreter with easy D API", "targetType": "sourceLibrary", "dependencies": {"arsd-official:jsvar":"*"}, + "importPaths": ["."], "sourceFiles": ["script.d"] }, {