diff --git a/Troubleshooting-Build-Issues.md b/Troubleshooting-Build-Issues.md index 7b44610..cfa2a66 100644 --- a/Troubleshooting-Build-Issues.md +++ b/Troubleshooting-Build-Issues.md @@ -45,7 +45,7 @@ The LLVM repositories/packages are listed at https://apt.llvm.org/. The followin On macOS, you must force static linking of LLVM using `-DZIG_STATIC_LLVM=on`. The full invocation will then look like: ``` -cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix llvm);$(brew --prefix zstd)" -DZIG_STATIC_LLVM=on +cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix llvm@17);$(brew --prefix zstd)" -DZIG_STATIC_LLVM=on ``` After upgrading LLVM, it's often necessary to remove the CMake cache and build directories: