mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
8 lines
396 B
Markdown
8 lines
396 B
Markdown
# Rebuilding the host from source
|
|
|
|
Run `build.sh` to manually rebuild this platform's host.
|
|
|
|
Note that the compiler currently has its own logic for rebuilding these hosts
|
|
(in `link.rs`). It's hardcoded for now, but the long-term goal is that
|
|
hosts will be precompiled by platform authors and distributed in packages,
|
|
at which point only package authors will need to think about rebuilding hosts.
|