Fix builds.

This commit is contained in:
Stephen Chung
2022-01-22 17:27:18 +08:00
parent b63b4cb3af
commit c32ace40a4
3 changed files with 8 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ def_package! {
lib.standard = true;
combine_with_exported_module!(lib, "core", core_functions);
#[cfg(not(feature = "no_function"))]
#[cfg(not(feature = "no_index"))]
#[cfg(not(feature = "no_object"))]
combine_with_exported_module!(lib, "reflection", reflection_functions);
}
}