From 2becd196ddb944a515fd841749cfc551b5dea393 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 25 Sep 2019 09:29:29 -0500 Subject: [PATCH] Fix incomplete error message. --- auxbin/jpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auxbin/jpm b/auxbin/jpm index fb730e6e..71866f43 100755 --- a/auxbin/jpm +++ b/auxbin/jpm @@ -148,7 +148,8 @@ (do (if (os/getenv "INCLUDE") (break)) (error "Run jpm inside a Developer Command Prompt. - jpm needs a c compiler to compile natives. You can install the MSVC compiler at ")) + jpm needs a c compiler to compile natives. You can install the MSVC compiler from + microsoft.com")) (do))) #