Merge pull request #936 from aws-lumberyard-dev/MacDxcUpdateFix

Update Dxc path for Mac based on the Dxc updated package
This commit is contained in:
moudgils
2021-05-26 11:50:09 -07:00
committed by GitHub
@@ -251,7 +251,7 @@ namespace AZ
ByProducts& byProducts) const
{
// Shader compiler executable
static const char* dxcRelativePath = "Builders/DirectXShaderCompilerAz/bin/dxc";
static const char* dxcRelativePath = "Builders/DirectXShaderCompiler/bin/dxc";
// Output file
AZStd::string shaderMSLOutputFile = RHI::BuildFileNameWithExtension(shaderSourceFile, tempFolder, "metal");