We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74eefbe commit 8f58888Copy full SHA for 8f58888
1 file changed
src/bin/tectonic/v2cli.rs
@@ -266,7 +266,6 @@ impl BuildCommand {
266
setup_options.only_cached(self.only_cached);
267
268
for output_name in doc.output_names() {
269
-
270
// Added checking to see if the output name matches the specified target name
271
if let Some(out) = self.target.clone() {
272
if out != output_name {
0 commit comments