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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user