mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
remove mentions of --prebuilt-platform
This commit is contained in:
parent
e60c8953a8
commit
0ab04c0d7e
4 changed files with 3 additions and 4 deletions
|
@ -525,7 +525,7 @@ fn gen_from_mono_module_dev_wasm32<'a>(
|
|||
|
||||
let host_bytes = std::fs::read(built_host_path).unwrap_or_else(|_| {
|
||||
internal_error!(
|
||||
"Failed to read host object file {}! Try omitting --prebuilt-platform",
|
||||
"Failed to read host object file {}!",
|
||||
built_host_path.display()
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue