mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
[bazel] Fix errno dep location: libc_function_deps -> deps
This commit is contained in:
parent
fc840808e6
commit
ebb94ecb95
@ -51,9 +51,11 @@ libc_test(
|
||||
srcs = ["atof_test.cpp"],
|
||||
libc_function_deps = [
|
||||
"//libc:atof",
|
||||
],
|
||||
deps = [
|
||||
"//libc:__support_fputil_fp_bits",
|
||||
"//libc:errno",
|
||||
],
|
||||
deps = ["//libc:__support_fputil_fp_bits"],
|
||||
)
|
||||
|
||||
libc_test(
|
||||
|
Loading…
Reference in New Issue
Block a user