From 96c191a9b6e76b43f36dc57a744542225c7129aa Mon Sep 17 00:00:00 2001 From: Laeeth Isharc Date: Sun, 30 Jun 2019 23:38:28 +0100 Subject: [PATCH] refine dub.sdl --- dub.sdl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dub.sdl b/dub.sdl index 4b6c296..b9fdb65 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,10 +1,16 @@ -name "rabbitmq-fix" +name "rabbitmq" description "Binding for librabbitmq" authors "Laeeth Isharc" copyright "Copyright © 2017, Laeeth Isharc and Kaleidic Associates" license "Boost" -//dependency "openssl" version="*" sourcePath "source" -//sourceFiles "c/platform_utils.o" libs "rabbitmq" targetType "library" + +configuration "openssl" { + versions "OpenSSL" + dependency "openssl" version="*" +} + +configuration "no-openssl" { +}