aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-03-21 14:23:02 +0800
committerfanquake <fanquake@gmail.com>2020-03-22 10:47:38 +0800
commit1a0993ae354c36d6f219e67f82ca8236530d6201 (patch)
treec3463a77051878457fcb7e7f3c38532683c070ef /contrib/devtools/README.md
parent5504703a9f8388dff66d33bd077bcc4c82dff6c8 (diff)
downloadbitcoin-1a0993ae354c36d6f219e67f82ca8236530d6201.tar.xz
scripts: add PE dylib checking to symbol-check.py
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index 515a0d8fc6..f5533719c0 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -109,7 +109,7 @@ certain symbols and are only linked against allowed libraries.
For Linux this means checking for allowed gcc, glibc and libstdc++ version symbols.
This makes sure they are still compatible with the minimum supported distribution versions.
-For macOS we check that the executables are only linked against libraries we allow.
+For macOS and Windows we check that the executables are only linked against libraries we allow.
Example usage after a gitian build: