Skip to content

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

Description

@dr2chase

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions