diff --git a/source/dub/generators/build.d b/source/dub/generators/build.d index e7c19f4..a9e194e 100644 --- a/source/dub/generators/build.d +++ b/source/dub/generators/build.d @@ -401,7 +401,7 @@ static string pathToObjName(string path) { - import std.digest.crc; + import std.digest.crc : crc32Of; import std.path : buildNormalizedPath, dirSeparator, relativePath, stripDrive; if (path.endsWith(".d")) path = path[0 .. $-2]; auto ret = buildNormalizedPath(getcwd(), path).replace(dirSeparator, ".");