mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48: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
|
@ -3603,8 +3603,7 @@ BF_EXPORT void BF_CALLTYPE BfProject_SetOptions(BfProject* bfProject, int target
|
|||
bfProject->mCodeGenOptions = codeGenOptions;
|
||||
|
||||
bfProject->mPreprocessorMacros.Clear();
|
||||
bfProject->mPreprocessorMacros.Add(BF_PLATFORM_NAME);
|
||||
|
||||
|
||||
int startIdx = 0;
|
||||
int idx = 0;
|
||||
while (true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue