There was an error while loading. Please reload this page.
1 parent a5c13fa commit 7306375Copy full SHA for 7306375
mix.exs
@@ -3,7 +3,7 @@ defmodule Mix.Tasks.Compile.Sundown do
3
4
def run(_) do
5
if Mix.shell.cmd("make priv/markdown.so") != 0 do
6
- raise Mix.Error, message: "could not compile markdown.so"
+ raise Mix.Error, message: "could not run `make priv/markdown.so`. Do you have make and gcc installed?"
7
end
8
9
0 commit comments