mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 20:00:34 +00:00
Add additional error chcking
This commit is contained in:
parent
0d753f8014
commit
4a4b9b14e4
@ -303,7 +303,7 @@ echo
|
||||
|
||||
"$MAKE" "${MAKEARGS[@]}" -f GNUmakefile-symbols dynamic
|
||||
|
||||
if [[ ! -f "cryptest.exe" ]]; then
|
||||
if [[ ! -f "$LIBNAME" ]]; then
|
||||
echo "Failed to make $NEW_VERSION_TAG library"
|
||||
[[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user