You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On homebrew v3 the default path is /opt/homebrew, which is not included in clang search paths by default. Therefore this project will fail to build. I added the following to my zshrc/bashrc on my Apple M1 Homebrew/brew#10152 (comment) and it did the trick.
The text was updated successfully, but these errors were encountered:
On homebrew v3 the default path is /opt/homebrew, which is not included in clang search paths by default. Therefore this project will fail to build.
If I understand correctly, this problem will arise with any project. In other words, this is an environment issue unrelated to quirc.
In my humble opinion, based on the fact that we're only providing a Makefile rather than using a build system (e.g. autotools or CMake), users of this library are expected to understand the basic of their compiler toolchain.
On homebrew v3 the default path is
/opt/homebrew
, which is not included in clang search paths by default. Therefore this project will fail to build. I added the following to my zshrc/bashrc on my Apple M1 Homebrew/brew#10152 (comment) and it did the trick.The text was updated successfully, but these errors were encountered: