Skip to content

Commit

Permalink
Merge pull request JuliaLang#10372 from peter1000/patch-1
Browse files Browse the repository at this point in the history
Fixes error: undefined reference to `JL_PRINTF' see: https://github.com/...
  • Loading branch information
tkelman committed Mar 1, 2015
2 parents 74c71fb + 35d84fe commit 7f7e9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build_executable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function emit_cmain(cfile, exename, relocation)
if (jl_exception_occurred())
{
jl_show(jl_stderr_obj(), jl_exception_occurred());
JL_PRINTF(jl_stderr_stream(), \"\\n\");
jl_printf(jl_stderr_stream(), \"\\n\");
ret = 1;
}
Expand Down

0 comments on commit 7f7e9ae

Please sign in to comment.