Bring back the dylib kind of the link attribute
This commit is contained in:
parent
88c743def3
commit
5a12cb8e56
1 changed files with 2 additions and 0 deletions
|
|
@ -242,6 +242,8 @@ fn visit_item(e: &Env, i: &ast::Item) {
|
|||
cstore::NativeFramework
|
||||
} else if k.equiv(&("framework")) {
|
||||
cstore::NativeFramework
|
||||
} else if k.equiv(&("dylib")) {
|
||||
cstore::NativeUnknown
|
||||
} else {
|
||||
e.sess.span_err(m.span,
|
||||
format!("unknown kind: `{}`",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue