Revert "[Bug #20499] Use consistent version tools with CC"
This reverts commit 8277cf0799145bed0c813bfcc187739f77b3102d.
This change break to build with rbenv install ruby-dev with the following error.
touch yjit/target/release/libyjit.a transdb.h updated ./tool/darwin-ar: line 6: /nm: No such file or directory ./tool/darwin-ar: line 6: exec: /nm: cannot execute: No such file or directory partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
Related issues
Bug #20499: Ruby builds on macOS store absolute paths for AR and NM in rbconfig since Ruby 3.2.3/3.3.0
Revert "[Bug #20499] Use consistent version tools with CC"
This reverts commit 8277cf0799145bed0c813bfcc187739f77b3102d.
This change break to build with
rbenv install ruby-devwith the following error.