Add feature gate for raw_dylib.

This commit is contained in:
Charles Lew 2019-08-27 22:42:44 +08:00
parent 4ac4809ccf
commit e70ffed9cd
11 changed files with 78 additions and 5 deletions

View file

@ -96,6 +96,8 @@ pub enum NativeLibraryKind {
NativeStaticNobundle,
/// macOS-specific
NativeFramework,
/// windows dynamic library without import library
NativeRawDylib,
/// default way to specify a dynamic library
NativeUnknown,
}