File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set -euo pipefail
1414script_dir=$( dirname " $( realpath " ${BASH_SOURCE[0]} " ) " )
1515
1616function get-deps {
17- ldd " $1 " | awk ' { print $1 }' | sort -u
17+ ldd " $1 " | awk ' { print tolower($1) }' | sort -u
1818}
1919
2020function check {
@@ -65,26 +65,26 @@ libunwind-aarch64.so.8
6565libunwind-ptrace.so.0
6666linux-vdso.so.1" \
6767\
68- " ADVAPI32.dll
69- CRYPTBASE.DLL
70- GDI32.dll
71- KERNEL32.DLL
72- KERNELBASE.dll
73- MSASN1.dll
74- PSAPI.DLL
75- RPCRT4.dll
76- SSPICLI.DLL
68+ " advapi32.dll
7769apphelp.dll
7870bcrypt.dll
79- bcryptPrimitives .dll
71+ bcryptprimitives .dll
8072crypt32.dll
73+ cryptbase.dll
8174dbghelp.dll
75+ gdi32.dll
8276gdi32full.dll
77+ kernel32.dll
78+ kernelbase.dll
79+ msasn1.dll
8380msvcp_win.dll
8481msvcrt.dll
8582ntdll.dll
83+ psapi.dll
84+ rpcrt4.dll
8685sechost.dll
8786secur32.dll
87+ sspicli.dll
8888ucrtbase.dll
8989user32.dll
9090win32u.dll
@@ -108,22 +108,22 @@ libgcc_s.so.1
108108libpthread.so.0
109109linux-vdso.so.1" \
110110\
111- " ADVAPI32.dll
112- CRYPTBASE.DLL
113- KERNEL32.DLL
114- KERNELBASE.dll
115- MSASN1.dll
116- RPCRT4.dll
117- SSPICLI.DLL
111+ " advapi32.dll
118112apphelp.dll
119113bcrypt.dll
120- bcryptPrimitives .dll
114+ bcryptprimitives .dll
121115crypt32.dll
116+ cryptbase.dll
122117dbghelp.dll
118+ kernel32.dll
119+ kernelbase.dll
120+ msasn1.dll
123121msvcrt.dll
124122ntdll.dll
123+ rpcrt4.dll
125124sechost.dll
126125secur32.dll
126+ sspicli.dll
127127ucrtbase.dll
128128ws2_32.dll"
129129
@@ -140,14 +140,14 @@ libgcc_s.so.1
140140libpthread.so.0
141141linux-vdso.so.1" \
142142\
143- " CRYPTBASE.DLL
144- KERNEL32.DLL
145- KERNELBASE.dll
146- RPCRT4.dll
147- advapi32.dll
143+ " advapi32.dll
148144apphelp.dll
149145bcrypt.dll
150- bcryptPrimitives.dll
146+ bcryptprimitives.dll
147+ cryptbase.dll
148+ kernel32.dll
149+ kernelbase.dll
151150msvcrt.dll
152151ntdll.dll
152+ rpcrt4.dll
153153sechost.dll"
You can’t perform that action at this time.
0 commit comments