1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Rebuild libs on outputDir change

This commit is contained in:
Brian Fiete 2021-01-22 09:27:43 -08:00
parent 3dd6c2719e
commit fc66c7757b
2 changed files with 3 additions and 1 deletions

View file

@ -9028,7 +9028,8 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetUsedOutputFileNames(BfCompiler*
#ifdef BF_PLATFORM_WINDOWS
if (moduleFileName.mWroteToLib)
fileName = BeLibManager::GetLibFilePath(fileName);
#endif
#endif
if (!usedFileNames.TryAdd(fileName, NULL))
continue;
if (!outString.empty())