mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-25 16:01:07 +00:00
Update cryptest-automake test script for Solaris
This commit is contained in:
parent
8197732756
commit
14dd03544e
@ -22,6 +22,11 @@ if [[ "$IS_DARWIN" -ne 0 ]]; then
|
||||
export LC_ALL=C
|
||||
fi
|
||||
|
||||
# Fixup for Solaris and BSDs
|
||||
if [[ ! -z $(command -v gmake) ]]; then
|
||||
MAKE=gmake
|
||||
fi
|
||||
|
||||
# Feth the three required files
|
||||
if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryptopp-autotools/master/Makefile.am -O Makefile.am; then
|
||||
echo "Makefile.am download failed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user