aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.cpp')
-rw-r--r--src/error.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/error.cpp b/src/error.cpp
index af1359f9ee..c633e2fe67 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -80,7 +80,8 @@ const char *err_str(Error err) {
case ErrorLibCKernel32LibNotFound: return "kernel32 library not found";
case ErrorUnsupportedArchitecture: return "unsupported architecture";
case ErrorWindowsSdkNotFound: return "Windows SDK not found";
- case ErrorUnknownDynamicLinkerPath: return "Windows SDK not found";
+ case ErrorUnknownDynamicLinkerPath: return "unknown dynamic linker path";
+ case ErrorTargetHasNoDynamicLinker: return "target has no dynamic linker";
}
return "(invalid error)";
}