Skip to content

Commit

Permalink
export PATH="/usr/local/opt/llvm/bin:$PATH"
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 5, 2024
1 parent 59c835a commit f4f1f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos_DLL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fi
if [ "$VERSION" == "10.6.194" -a "$NEW_WRAP" == "true" ]; then
node $GITHUB_WORKSPACE/node-script/do-gitpatch.js -p $GITHUB_WORKSPACE/patches/wrap_new_delete_v10.6.194.patch
brew install llvm
export PATH="/usr/local/opt/llvm/bin:$PATH"
llvm-objcopy --version
fi

Expand Down

0 comments on commit f4f1f06

Please sign in to comment.