revbump(main/plutolang): remove soup-aes.cpp.patch (#19914)

Fixed by https://github.com/PlutoLang/Pluto/pull/832
This commit is contained in:
tqfx 2024-04-27 13:45:23 +08:00 committed by GitHub
parent be8b01305f
commit 2f07b346ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 13 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A superset of Lua 5.4, with unique features, optimizatio
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Komo @cattokomo"
TERMUX_PKG_VERSION="0.9.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/PlutoLang/Pluto/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=26a111181838d8d735c16518e5f3dbc26a65a32ffed714e89b2453e33312e03d
TERMUX_PKG_AUTO_UPDATE=true

View File

@ -1,13 +0,0 @@
diff --git a/src/vendor/Soup/soup/aes.cpp b/src/vendor/Soup/soup/aes.cpp
index 0f75724..8da0e6e 100644
--- a/src/vendor/Soup/soup/aes.cpp
+++ b/src/vendor/Soup/soup/aes.cpp
@@ -4,7 +4,7 @@
#include "base.hpp"
-#if defined(SOUP_USE_INTRIN) && SOUP_BITS == 64 && (SOUP_X86 || SOUP_ARM)
+#if defined(SOUP_USE_INTRIN) && SOUP_BITS == 64 && SOUP_X86
#define AES_USE_INTRIN true
#else
#define AES_USE_INTRIN false