allow target specs to declare self-contained linking components
This commit is contained in:
@@ -97,7 +97,7 @@ impl Target {
|
||||
);
|
||||
}
|
||||
|
||||
if self.link_self_contained == LinkSelfContainedDefault::False {
|
||||
if self.link_self_contained.is_disabled() {
|
||||
assert!(
|
||||
self.pre_link_objects_self_contained.is_empty()
|
||||
&& self.post_link_objects_self_contained.is_empty()
|
||||
|
||||
Reference in New Issue
Block a user