finish tool: slightly more informative error message

This commit is contained in:
Andreas Rumpf
2017-01-13 11:18:43 +01:00
parent 922f9c4b85
commit e142f4c371

View File

@@ -156,6 +156,7 @@ proc main() =
if incompat.len > 0:
echo "The following *incompatible* MingW installations exist"
for x in incompat: echo x
echo "*incompatible* means Nim and GCC disagree on the size of a pointer."
echo "No compatible MingW candidates found " &
"in the standard locations [Error]"
else: