J
J
### Before continuing... - [X] I agree to follow Atlas' [Code of Conduct](https://github.com/Atlas-OS/.github/blob/main/profile/CODE_OF_CONDUCT.md) - [X] I have searched our [issue tracker](https://github.com/Atlas-OS/Atlas/issues?q=is%3Aissue) to verify that the issue hasn't been reported already...
❯ c3c dyld[53358]: Library not loaded: /opt/homebrew/opt/llvm@17/lib/libunwind.1.dylib Referenced from: /Users/hootie/Documents/c3c/c3c Reason: tried: '/opt/homebrew/opt/llvm@17/lib/libunwind.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/llvm@17/lib/libunwind.1.dylib' (no such file), '/opt/homebrew/opt/llvm@17/lib/libunwind.1.dylib' (no such file) [1] 53358 abort c3c
project.json ```jsonc { // Language version of C3. "langrev": "1", // Warnings used for all targets. "warnings": [ "no-unused" ], // Directories where C3 library files may be found. "dependency-search-paths":...