1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Linux fixes

This commit is contained in:
Brian Fiete 2020-12-14 09:24:45 -08:00
parent cdc030ab30
commit 52a441f486
5 changed files with 33 additions and 42 deletions

View file

@ -933,10 +933,7 @@ public:
BfIRCodeGenBase* mIRCodeGen;
BfIRCodeGen* mBfIRCodeGen;
#ifdef BF_PLATFORM_WINDOWS
BeIRCodeGen* mBeIRCodeGen;
#endif
#ifdef BFIR_RENTRY_CHECK
std::set<BfType*> mDeclReentrySet;