mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-12 00:07:47 +00:00
Removed 'set -eu'. Its difficult to debug the script when source'ing
This commit is contained in:
parent
f3474ba157
commit
ba585dee4d
@ -11,7 +11,7 @@
|
||||
# See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details
|
||||
# ====================================================================
|
||||
|
||||
set -eu
|
||||
# set -eu
|
||||
|
||||
unset IS_CROSS_COMPILE
|
||||
|
||||
@ -382,7 +382,7 @@ if [[ ("$COUNT" -ne "0") ]]; then
|
||||
echo "*******************************************************************************"
|
||||
fi
|
||||
|
||||
COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc++)')
|
||||
COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libc\+\+)')
|
||||
if [[ ("$COUNT" -ne "0") ]]; then
|
||||
echo
|
||||
echo "*******************************************************************************"
|
||||
|
@ -13,7 +13,7 @@
|
||||
# See http://www.cryptopp.com/wiki/ARM_Embedded_(Command_Line) for details.
|
||||
# ====================================================================
|
||||
|
||||
set -eu
|
||||
# set -eu
|
||||
|
||||
# Unset old options
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# See http://www.cryptopp.com/wiki/iOS_(Command_Line) for more details
|
||||
# ====================================================================
|
||||
|
||||
set -eu
|
||||
# set -eu
|
||||
|
||||
#########################################
|
||||
##### Clear old options #####
|
||||
|
Loading…
x
Reference in New Issue
Block a user