1
0
Fork 0
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:
Brian Fiete 2019-10-01 12:46:38 -07:00
parent 85648cda63
commit 62346a53b0
9 changed files with 286 additions and 109 deletions

View file

@ -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)