diff --git a/dub.sdl b/dub.sdl index c5646f4..d9bbe9d 100644 --- a/dub.sdl +++ b/dub.sdl @@ -7,7 +7,7 @@ configuration "library-autodetect" { targetType "sourceLibrary" libs "ssl" "crypto" platform="posix" excludedSourceFiles "source/deimos/openssl/applink.d" - preGenerateCommands `$DC -run scripts/generate_version.d` platform="posix" + preGenerateCommands `rdmd --compiler=$DC scripts/generate_version.d` platform="posix" versions `DeimosOpenSSLAutoDetect` }