mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 12:54:08 +00:00
Fix scope and weak on dev wrapper generation
This commit is contained in:
parent
edf3526a34
commit
666caef00c
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ fn generate_wrapper<'a, B: Backend<'a>>(
|
|||
value: 0,
|
||||
size: 0,
|
||||
kind: SymbolKind::Text,
|
||||
scope: SymbolScope::Linkage,
|
||||
weak: false,
|
||||
scope: SymbolScope::Dynamic,
|
||||
weak: true,
|
||||
section: SymbolSection::Undefined,
|
||||
flags: SymbolFlags::None,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue