mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 15:00:27 +00:00
Fix incomplete error message.
This commit is contained in:
parent
bcb45157a8
commit
2becd196dd
@ -148,7 +148,8 @@
|
|||||||
(do
|
(do
|
||||||
(if (os/getenv "INCLUDE") (break))
|
(if (os/getenv "INCLUDE") (break))
|
||||||
(error "Run jpm inside a Developer Command Prompt.
|
(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)))
|
(do)))
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user