mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed dynamic Beef libs on Linux/macOS
This commit is contained in:
parent
455a0d0b46
commit
6e5b6694a1
10 changed files with 139 additions and 34 deletions
|
@ -2318,6 +2318,12 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
else if (attribute == BFIRAttribute_NoRecurse)
|
||||
{
|
||||
}
|
||||
else if (attribute == BFIRAttribute_Constructor)
|
||||
{
|
||||
}
|
||||
else if (attribute == BFIRAttribute_Destructor)
|
||||
{
|
||||
}
|
||||
else
|
||||
BF_FATAL("Unhandled");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue