mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge pull request #7137 from roc-lang/dylib-error
improved dylib error
This commit is contained in:
commit
15dc028d4e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub fn eval_llvm(
|
|||
))]
|
||||
let (lib, main_fn_name, subs, layout_interner) =
|
||||
mono_module_to_dylib_asm(&arena, target, loaded, opt_level)
|
||||
.expect("we produce a valid Dylib");
|
||||
.expect("We failed to produce a valid Dylib.\nTIP: if you're on macos, try this:\n\t<https://github.com/roc-lang/roc/issues/5797#issuecomment-1786105269>");
|
||||
|
||||
let mut app = CliApp { lib };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue