diff options
| author | fanquake <[email protected]> | 2020-03-21 14:23:02 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-03-22 10:47:38 +0800 |
| commit | 1a0993ae354c36d6f219e67f82ca8236530d6201 (patch) | |
| tree | c3463a77051878457fcb7e7f3c38532683c070ef /contrib/devtools/README.md | |
| parent | Merge #18396: rpc: add missing HelpExampleRpc for getblockfilter (diff) | |
| download | discoin-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.md | 2 |
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: |