mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Adding better support for platforms
This commit is contained in:
parent
85648cda63
commit
62346a53b0
9 changed files with 286 additions and 109 deletions
|
@ -746,6 +746,8 @@ bool BootApp::Compile()
|
|||
mDefines.Append("\n");
|
||||
mDefines.Append("BF_64_BIT");
|
||||
mDefines.Append("\nBF_LITTLE_ENDIAN");
|
||||
mDefines.Append("\n");
|
||||
mDefines.Append(BF_PLATFORM_NAME);
|
||||
|
||||
int ltoType = 0;
|
||||
BfProject_SetOptions(mProject, mTargetType, mStartupObject.c_str(), mDefines.c_str(), mOptLevel, ltoType, false, false, false, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue