Skip to content

Commit

Permalink
Try using ln -s
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 18, 2024
1 parent 7528eca commit 68b1feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ elif command -v apk; then
elif command -v yum; then
yum -y install centos-release-scl llvm-toolset-7.0
source scl_source enable llvm-toolset-7.0 || true
clang --version
clang-7 --version
ln -s `which clang` /usr/local/bin/clang
ln -s `which clang-7` /usr/local/bin/clang-7
fi

pushd rizin
Expand Down

0 comments on commit 68b1feb

Please sign in to comment.