Skip to content

Commit

Permalink
Merge pull request #64 from moriai/fix-dump-config
Browse files Browse the repository at this point in the history
gccrs: Fix language option in dump_config()
  • Loading branch information
CohenArthur authored Dec 11, 2022
2 parents 9835e5c + bf0e1fb commit f80395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gccrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Gccrs {
fn dump_config() -> CmdResult<ExitStatus> {
Command::new("gccrs")
.arg("-x")
.arg("rs")
.arg("rust")
.arg("-frust-dump-target_options")
.arg("-")
.status()
Expand Down

0 comments on commit f80395e

Please sign in to comment.