diff --git a/lib/system/inclrtl.nim b/lib/system/inclrtl.nim | |
index f9e6754ef..0c062b1c4 100644 | |
--- a/lib/system/inclrtl.nim | |
+++ b/lib/system/inclrtl.nim | |
@@ -36,7 +36,7 @@ when defined(createNimRtl): | |
{.pragma: compilerRtl, compilerproc, exportc: "nimrtl_$1", dynlib.} | |
elif defined(useNimRtl): | |
when defined(windows): | |
- const nimrtl* = "nimrtl.dll" | |
+ const nimrtl* = "libnimrtl.dll" | |
elif defined(macosx): | |
const nimrtl* = "libnimrtl.dylib" | |
else: |