Skip to content

Commit 6e6265b

Browse files
committed
Merge branch 'master' of github.com:MotionSpell/lldash
2 parents cbfc6f9 + 5eb00e0 commit 6e6265b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/setup_test_environment.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ elif [ $(uname) = "Darwin" ]; then
3333
ln -s "$(which git-lfs)" ${GIT_LFS_WTD}
3434
fi
3535
# Workaround for issue cwipc#192
36+
brew install libomp
37+
brew link --force libomp
3638
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --head cwipc
3739
python3.12 -m venv .venv
3840
source .venv/bin/activate

0 commit comments

Comments
 (0)