diff options
author | fanquake <fanquake@gmail.com> | 2020-03-21 14:23:02 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-03-22 10:47:38 +0800 |
commit | 1a0993ae354c36d6f219e67f82ca8236530d6201 (patch) | |
tree | c3463a77051878457fcb7e7f3c38532683c070ef /contrib/devtools/README.md | |
parent | 5504703a9f8388dff66d33bd077bcc4c82dff6c8 (diff) |
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 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: |