mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Don't use make_neon.sh in cryptest-android-mk.sh
We no longer need it after the changes from GH #1015.
This commit is contained in:
parent
474a101c8a
commit
dc28413a04
@ -73,7 +73,7 @@ fi
|
||||
|
||||
#############################################################################
|
||||
|
||||
files=(Android.mk Application.mk make_neon.sh test_shared.hxx test_shared.cxx)
|
||||
files=(Android.mk Application.mk test_shared.hxx test_shared.cxx)
|
||||
|
||||
for file in "${files[@]}"; do
|
||||
echo "Downloading $file"
|
||||
@ -87,18 +87,6 @@ for file in "${files[@]}"; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
# Fix permissions and quarantine
|
||||
chmod u=rwx,go=rx make_neon.sh
|
||||
|
||||
if [[ "${IS_DARWIN}" -ne 0 ]] && [[ $(command -v xattr 2>/dev/null) ]]; then
|
||||
echo "Removing make_neon.sh quarantine"
|
||||
xattr -d "com.apple.quarantine" make_neon.sh &>/dev/null
|
||||
fi
|
||||
|
||||
# Fix missing *neon files
|
||||
echo "Adding NEON files for armeabi-v7a"
|
||||
bash make_neon.sh
|
||||
|
||||
#############################################################################
|
||||
|
||||
# Paydirt
|
||||
|
Loading…
Reference in New Issue
Block a user