*: strip calls to cc::Build::compile
The documentation states: "The name output should be the name of the library." and this is already done in more recently-added callers.
This commit is contained in:
parent
9067d9735a
commit
94d02b896c
5 changed files with 5 additions and 5 deletions
|
|
@ -27,6 +27,6 @@ fn main() {
|
|||
.warnings(false)
|
||||
.include(src_dir)
|
||||
.warnings(false)
|
||||
.compile("libhoedown.a");
|
||||
.compile("hoedown");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue