Statically link sundown to librustdoc

Closes #10103
This commit is contained in:
Alex Crichton 2013-10-30 23:22:04 -07:00
parent 2b9c7742b9
commit 7f31b079e5
4 changed files with 32 additions and 17 deletions

View file

@ -69,6 +69,7 @@ struct buf {
}
// sundown FFI
#[link_args = "-lsundown"]
extern {
fn sdhtml_renderer(callbacks: *sd_callbacks,
options_ptr: *html_renderopt,