remove mentions of --prebuilt-platform

This commit is contained in:
Anton-4 2024-11-13 18:52:01 +01:00
parent e60c8953a8
commit 0ab04c0d7e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 3 additions and 4 deletions

View file

@ -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()
)
});