Skip to content

Commit 5080e7e

Browse files
x3c41akarolk91
andauthored
export DYLD_FALLBACK_LIBRARY_PATH
Co-authored-by: Karol Kokoszka <[email protected]>
1 parent 8d5e2c3 commit 5080e7e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ setup-westend-prerequisites:
2020

2121
# Common setup issue on macOS is that libclang.dylib is not found.
2222
if [[ "$OSTYPE" == "darwin"* ]]; then
23-
# Fix libclang.dylib symlink for macOS if needed
24-
if [ ! -L "$(brew --prefix)/lib/libclang.dylib" ]; then
25-
echo " Creating libclang.dylib symlink..."
26-
ln -s "$(brew --prefix llvm)/lib/libclang.dylib" "$(brew --prefix)/lib/libclang.dylib"
27-
fi
23+
export DYLD_FALLBACK_LIBRARY_PATH="$(brew --prefix llvm)/lib"
2824
fi
2925

3026
echo "🔧 Setting up Westend runtime prerequisites..."

0 commit comments

Comments
 (0)