Commits

Neal Richardson authored a88635a3779
ARROW-9485: [R] Better shared library stripping This effectively adds stripping for macOS (turns out the correct flag was `-x` not `-S`) but also should work better in case `strip` is in a different location. Closes #7775 from nealrichardson/better-stripping Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>