mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Put a lock around GetOutputFileNames
This commit is contained in:
parent
d62a78fe74
commit
2c1d38d45f
3 changed files with 14 additions and 1 deletions
|
@ -10431,8 +10431,10 @@ enum BfUsedOutputFlags
|
|||
|
||||
BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetUsedOutputFileNames(BfCompiler* bfCompiler, BfProject* bfProject, BfUsedOutputFlags flags, bool* hadOutputChanges)
|
||||
{
|
||||
BP_ZONE("BfCompiler_GetUsedOutputFileNames");
|
||||
bfCompiler->mSystem->AssertWeHaveLock();
|
||||
|
||||
BP_ZONE("BfCompiler_GetUsedOutputFileNames");
|
||||
|
||||
*hadOutputChanges = false;
|
||||
String& outString = *gTLStrReturn.Get();
|
||||
outString.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue