mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Mac fixes
This commit is contained in:
parent
c84da66758
commit
8709c92f22
4 changed files with 23 additions and 2 deletions
|
@ -410,6 +410,8 @@ struct BfCodeGenOptions
|
|||
HashContext hashCtx;
|
||||
|
||||
hashCtx.Mixin(mWriteObj);
|
||||
hashCtx.Mixin(mWriteBitcode);
|
||||
hashCtx.Mixin(mAsmKind);
|
||||
hashCtx.Mixin(mWriteToLib);
|
||||
hashCtx.Mixin(mWriteLLVMIR);
|
||||
hashCtx.Mixin(mVirtualMethodOfs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue