Skip to content

Commit

Permalink
change for macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jan 11, 2025
1 parent 7f1dd42 commit 404a2d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
build_dir="build"
# Strip the 'build:' prefix if it exists.
val=${val#build:}
eval cp -rP llvm-project/$build_dir/$dir/$val package_libclang/$dir/
# Follow symlinks, copying what they point to.
eval cp -r llvm-project/$build_dir/$dir/$val package_libclang/$dir/
done
done
Expand Down
2 changes: 1 addition & 1 deletion clang/clang_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ for dir in bin lib; do
fi
# Strip the 'build:' prefix if it exists.
val=${val#build:}
# Do not follow symlinks.
# Follow symlinks, copying what they point to.
eval cp -r llvm-project/$build_dir/$dir/$val package_libclang/$dir/
done
done
Expand Down

0 comments on commit 404a2d3

Please sign in to comment.