mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Try fixing wrong include paths on Windows
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user