diff options
-rw-r--r-- | docs/project/development.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/project/development.md b/docs/project/development.md index 7d320092d..91aff13f5 100644 --- a/docs/project/development.md +++ b/docs/project/development.md @@ -215,3 +215,11 @@ Check to see the command installed webkit, and you can manully look for `node_mo # this should reveal two directories. if not, something went wrong $ echo node_modules/bun-webkit* ``` + +### macOS `library not found for -lSystem` + +If you see this error when compiling, run: + +```bash +$ xcode-select --install +``` |