Fix metadata symbol scope
It should be exported from the generated dylib
This commit is contained in:
parent
bb5cefe838
commit
4d7f70318a
@ -58,7 +58,7 @@ impl WriteMetadata for object::write::Object {
|
||||
value: offset,
|
||||
size: data.len() as u64,
|
||||
kind: object::SymbolKind::Data,
|
||||
scope: object::SymbolScope::Compilation,
|
||||
scope: object::SymbolScope::Dynamic,
|
||||
weak: false,
|
||||
section: Some(section_id),
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user