We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Fc
1 parent 9212114 commit 0fe462fCopy full SHA for 0fe462f
tools/nsc/main.cpp
@@ -55,7 +55,7 @@ class ShaderCompiler final : public system::IApplicationFramework
55
}
56
57
auto output_flag_pos = std::find(m_arguments.begin(), m_arguments.end(), "-Fo");
58
- if (output_flag_pos != m_arguments.end())
+ if (output_flag_pos == m_arguments.end())
59
output_flag_pos = std::find(m_arguments.begin(), m_arguments.end(), "-Fc");
60
61
if (output_flag_pos == m_arguments.end()) {
0 commit comments