aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorfanquake <[email protected]>2020-03-21 14:23:02 +0800
committerfanquake <[email protected]>2020-03-22 10:47:38 +0800
commit1a0993ae354c36d6f219e67f82ca8236530d6201 (patch)
treec3463a77051878457fcb7e7f3c38532683c070ef /contrib/devtools/README.md
parentMerge #18396: rpc: add missing HelpExampleRpc for getblockfilter (diff)
downloaddiscoin-1a0993ae354c36d6f219e67f82ca8236530d6201.tar.xz
discoin-1a0993ae354c36d6f219e67f82ca8236530d6201.zip
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 515a0d8fc..f5533719c 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: