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:
parent
3dd6c2719e
commit
fc66c7757b
2 changed files with 3 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue