Fix missing space betweek arguments causing dxc commands with additional args to fail (#1003)
This commit is contained in:
@@ -164,7 +164,7 @@ namespace AZ
|
||||
arguments += " -Zi"; // Generate debug information
|
||||
arguments += " -Zss"; // Compute Shader Hash considering source information
|
||||
}
|
||||
arguments += m_dxcAdditionalFreeArguments;
|
||||
arguments += " " + m_dxcAdditionalFreeArguments;
|
||||
return arguments;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user