Bring back the dylib kind of the link attribute

This commit is contained in:
Ivan Ukhov 2014-11-17 18:00:30 +01:00
parent 88c743def3
commit 5a12cb8e56

View File

@ -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: `{}`",