mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improvements to target triple override
This commit is contained in:
parent
db015a4112
commit
d375c805c9
9 changed files with 97 additions and 34 deletions
|
@ -2197,6 +2197,7 @@ void BfContext::UpdateRevisedTypes()
|
|||
HashContext workspaceConfigHashCtx;
|
||||
|
||||
workspaceConfigHashCtx.MixinStr(options->mTargetTriple);
|
||||
workspaceConfigHashCtx.MixinStr(options->mTargetCPU);
|
||||
workspaceConfigHashCtx.Mixin(options->mForceRebuildIdx);
|
||||
|
||||
workspaceConfigHashCtx.Mixin(options->mMachineType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue