Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

🐞 make environment fails to create symlink for 🍎os #340

Closed john-s-morgan closed 1 year ago

john-s-morgan commented 1 year ago

Is there an existing issue for this?

Current Behavior

make environment fails on ln -s "$(brew --prefix llvm)/bin/clang-tidy" "/usr/local/bin/clang-tidy". the output of the command does not seem to be appending to set the appropriate symlink.

ln -s "/bin/clang-tidy" "/usr/local/bin/clang-tidy" is the resultant command, which is not correct.

Expected Behavior

use the output of brew --prefix llvm as a prefix directory for symlink.

Steps To Reproduce

No response

Environment

- OS: 🍎 ventura
- CPUArch: M1 (ARM64)

Anything else?

No response