Skip to content

Commit

Permalink
Add /usr/local/lib to DYLD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
dlopen doesn't look there by default in macOS 13, causing some
ForeignFunctions examples to fail.
  • Loading branch information
d-torrance committed Jun 19, 2024
1 parent db9463d commit 722815d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
fi
# Necessary for clang to find the right libomp
echo "LIBRARY_PATH=`llvm-config --libdir`" >> $GITHUB_ENV
echo "DYLD_LIBRARY_PATH=/usr/local/lib" >> $GITHUB_ENV
- uses: actions/cache@v4
if: matrix.build-system == 'cmake'
Expand Down

0 comments on commit 722815d

Please sign in to comment.