scripts: add PE dylib checking to symbol-check.py

This commit is contained in:
fanquake
2020-03-21 14:23:02 +08:00
parent 5504703a9f
commit 1a0993ae35
4 changed files with 53 additions and 4 deletions

View File

@@ -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: