Skip to content

Commit 8cd0023

Browse files
committed
omg oops
1 parent 44972b0 commit 8cd0023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/vsoptions.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public:
230230

231231
const(char)* getBuiltinLibPath() const
232232
{
233-
version (IN_LLVM)
233+
version (IN_LLVM) {} else
234234
if (auto p = FileName.searchPath(getenv("LIB"w), r"mingw\kernel32.lib"[], false))
235235
return FileName.path(p).ptr;
236236

0 commit comments

Comments
 (0)