mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Rephrase "precompiled platform" to "prebuilt platform"
This commit is contained in:
parent
50a8cff460
commit
68be131bd7
4 changed files with 22 additions and 22 deletions
|
@ -495,7 +495,7 @@ fn gen_from_mono_module_dev_wasm32(
|
|||
|
||||
let host_bytes = std::fs::read(preprocessed_host_path).unwrap_or_else(|_| {
|
||||
panic!(
|
||||
"Failed to read host object file {}! Try setting --precompiled-platform=false",
|
||||
"Failed to read host object file {}! Try setting --prebuilt-platform=false",
|
||||
preprocessed_host_path.display()
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue