From 533252431c79c917ab6e1ff4b4787b6e3981e236 Mon Sep 17 00:00:00 2001 From: dd86k Date: Wed, 13 Nov 2024 19:39:54 -0500 Subject: [PATCH] dub: Change "default" to "library" config name, it was confusing --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 0e4e0a1..e8b9b8f 100644 --- a/dub.sdl +++ b/dub.sdl @@ -4,7 +4,7 @@ authors "dd86k " copyright "Copyright © 2022, dd86k" license "BSL-1.0" -configuration "default" { +configuration "library" { targetType "library" } configuration "trace" {