Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 18, 2022
1 parent 126b354 commit 0ed1b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/create_exe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl CreateExe {
cmd.arg(&format!("-femit-bin={}", output_path.display()));

for o in object_paths {
cmd.args(o);
cmd.arg(o);
}
cmd.arg(&c_src_path);
cmd.arg(libwasmer_path.join(&lib_filename));
Expand Down

0 comments on commit 0ed1b0d

Please sign in to comment.