blob: f60245c816dfa7798600b4116be126826055ae93 (
plain)
1
2
3
4
5
6
7
8
|
module(name = "asl")
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "a14ad3a64e7bf398ab48105aaa0348e032ac87f8",
)
|