From 27ef2b908ef3dd5dd17a25efdacdb719c6126895 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 24 Dec 2021 08:52:38 +0200 Subject: [PATCH] Set build type to 'library' --- dub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index b452adf..109ab0a 100644 --- a/dub.json +++ b/dub.json @@ -5,5 +5,6 @@ "copyright": "Copyright © 2021, Tristan B. Kildaire", "description": "Client-side DNET API", "license": "LGPLv2", - "name": "libdnet" -} \ No newline at end of file + "name": "libdnet", + "targetType": "library" +}