diff --git a/configure b/configure index d7f18269..7c24ad2d 100755 --- a/configure +++ b/configure @@ -41,21 +41,12 @@ import std.uni; import std.traits; import std.typecons : Tuple; -version (Posix) -{ - version (OSX) {} - else version (linux) {} - else version (FreeBSD) {} - else - static assert("The current platform is not supported"); - - enum libPrefix = "lib"; -} -else version (Windows) - enum libPrefix = ""; - +version (OSX) {} +else version (linux) {} +else version (FreeBSD) {} +else version (Windows) {} else - static assert("This script should only be run on Posix platforms"); + static assert("The current platform is not supported"); /** * The options of the application.