mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Fix typo
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user