mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +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
|
@ -9029,6 +9029,7 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetUsedOutputFileNames(BfCompiler*
|
|||
if (moduleFileName.mWroteToLib)
|
||||
fileName = BeLibManager::GetLibFilePath(fileName);
|
||||
#endif
|
||||
|
||||
if (!usedFileNames.TryAdd(fileName, NULL))
|
||||
continue;
|
||||
if (!outString.empty())
|
||||
|
|
|
@ -2078,6 +2078,7 @@ void BfContext::UpdateRevisedTypes()
|
|||
{
|
||||
auto& codeGenOptions = project->mCodeGenOptions;
|
||||
|
||||
buildConfigHashCtx.MixinStr(mCompiler->mOutputDirectory);
|
||||
buildConfigHashCtx.Mixin(project->mAlwaysIncludeAll);
|
||||
buildConfigHashCtx.Mixin(project->mSingleModule);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue