Bring back the dylib kind of the link attribute
This commit is contained in:
parent
88c743def3
commit
5a12cb8e56
@ -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…
Reference in New Issue
Block a user