mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32: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
|
@ -611,7 +611,9 @@ enum BfIRAttribute
|
|||
BFIRAttribute_NoFramePointerElim,
|
||||
BFIRAttribute_DllImport,
|
||||
BFIRAttribute_DllExport,
|
||||
BFIRAttribute_NoRecurse
|
||||
BFIRAttribute_NoRecurse,
|
||||
BFIRAttribute_Constructor,
|
||||
BFIRAttribute_Destructor,
|
||||
};
|
||||
|
||||
struct BfIRFunctionType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue