kiron1 / bazel-compile-commands

Generate a `compile_commands.json` from a Bazel workspace
Other
34 stars 3 forks source link

fix: fix basil_tonic build failed on macos #21

Closed smallsunsun1 closed 1 year ago

smallsunsun1 commented 1 year ago

I wan't to use repo in macos, but i found the basil_tonic build is failed, this PR fixed the build on macos m1 architecture.

kiron1 commented 1 year ago

Thank you for the PR. I extended it to also have CI coverage to ensure we will not break Bilds for macOS in the future via https://github.com/kiron1/bazel-compile-commands/pull/23