Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let macOS use llvm-clang for compilation too #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 9, 2024

  1. Let macOS use llvm-clang for compilation too

    Apple clang is just an slightly modified version of LLVM clang, but LLVM clang is fully useable on macOS and is able to compile and run this project perfectly. Furthermore, if you install LLVM clang with homebrew, it overrides `clang` to use llvm-clang which makes the build fail.
    Frityet committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5b1117e View commit details
    Browse the repository at this point in the history