fix reference to temporary (#2312)

* fix reference to temporary

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>

* Non-unity fixes for mac

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-21 11:00:45 -07:00
committed by GitHub
parent b198d653c1
commit de54731282
3 changed files with 22 additions and 20 deletions
@@ -315,7 +315,7 @@ namespace AssetProcessor
}
}
for (const AZ::IO::Path& sourcePath : sourcePaths)
for (const AZ::IO::PathView& sourcePath : sourcePaths)
{
// Use JSON Pointer to append elements to the SourcePaths array
registry.Set(FixedValueString::format("%s/SourcePaths/%zu", PlaceholderGemKey.c_str(), pathIndex++),