mbuild icon indicating copy to clipboard operation
mbuild copied to clipboard

build_env.py chooses llvm-ar on Darwin, which isn't there.

Open dr2chase opened this issue 5 months ago • 0 comments

I tried to run xed/mfile.py, but it failed with an error when it tried (unsuccessfully) to run llvm-ar. There's a perfectly good ar command in /usr/bin on macOS/Darwin, and it worked fine when I used that.

I used shutil.which(cmd) is not None (that is verbatim from an LLM, by-the-way, with no additional human input) to check for existence of cmd on $PATH, and that was helpful in avoiding commands that weren't there.

dr2chase avatar Aug 11 '25 20:08 dr2chase