mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
doc: lint: correct outdated comment (s/Makefile.am/CMakeLists.txt/)
This commit is contained in:
parent
1786be7b4a
commit
882f736d0a
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ fn lint_includes_build_config() -> LintResult {
|
|||
])
|
||||
.args(get_pathspecs_exclude_subtrees())
|
||||
.args([
|
||||
// These are exceptions which don't use bitcoin-build-config.h, rather the Makefile.am adds
|
||||
// These are exceptions which don't use bitcoin-build-config.h, rather CMakeLists.txt adds
|
||||
// these cppflags manually.
|
||||
":(exclude)src/crypto/sha256_arm_shani.cpp",
|
||||
":(exclude)src/crypto/sha256_avx2.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue