mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
ugh
This commit is contained in:
parent
b0b6d89480
commit
614044e6a0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fn build_wasm_linking_test_host() {
|
|||
.join("wasm_linking_host_imports.zig");
|
||||
|
||||
let host_wasm_path = PathBuf::from("build").join("wasm_linking_test_host.wasm");
|
||||
let host_native_path = PathBuf::from("build").join("wasm_linking_test_host.exe");
|
||||
let host_native_path = PathBuf::from("build").join("wasm_linking_test_host");
|
||||
|
||||
let host_source: &str = host_source_path.to_str().unwrap();
|
||||
let import_source: &str = import_source_path.to_str().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue