diff --git a/compiler/check-artifact.sh b/compiler/check-artifact.sh index a915e2acba..af318611c9 100755 --- a/compiler/check-artifact.sh +++ b/compiler/check-artifact.sh @@ -96,7 +96,7 @@ checkDependencies () echo "Checking dependencies of $1" if [[ "$OS" == windows ]]; then dump_cmd='objdump -x '"$1"' | fgrep "DLL Name"' - white_list="KERNEL32\.dll\|msvcrt\.dll" + white_list="KERNEL32\.dll\|msvcrt\.dll\|USER32\.dll" elif [[ "$OS" == linux ]]; then dump_cmd='ldd '"$1" if [[ "$ARCH" == x86_32 ]]; then