updated docs for dylib paths
This commit is contained in:
@@ -231,7 +231,7 @@ C files are automatically compiled when you run:
|
||||
cell --dev build
|
||||
```
|
||||
|
||||
Each C file is compiled into a per-file dynamic library at `.cell/lib/<pkg>/<stem>.dylib`.
|
||||
Each C file is compiled into a per-file dynamic library at a content-addressed path in `~/.cell/build/<hash>`. A manifest is written for each package so the runtime can find dylibs without rerunning the build pipeline — see [Dylib Manifests](/docs/shop/#dylib-manifests).
|
||||
|
||||
## Compilation Flags (cell.toml)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user