Try fixing wrong include paths on Windows

This commit is contained in:
Felix Schütt
2022-09-22 13:25:09 +02:00
parent 9a3f852652
commit 114e8177e6
2 changed files with 5 additions and 5 deletions

View File

@@ -329,7 +329,7 @@ fn test_run() {
}
} else if !config.wasmer_dir.is_empty() {
command.arg("-L");
command.arg(&format!("{}/lib", config.wasmer_dir));
command.arg(&format!("{}/lib/", config.wasmer_dir));
command.arg(&format!("-lwasmer"));
}
command.arg("-o");