aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-03-26 13:34:35 +0100
committerGitHub <noreply@github.com>2020-03-26 13:34:35 +0100
commit50cb25451044b7059fe16d70a5ed914624a7c917 (patch)
treec169aed51e7bc9627e85c16f50b4bb68d0ee9e5a
parent28b25e8307f842904266282c37321f5837adf916 (diff)
downloadvcpkg-50cb25451044b7059fe16d70a5ed914624a7c917.tar.gz
vcpkg-50cb25451044b7059fe16d70a5ed914624a7c917.zip
[sdl2] Remove no longer used patch
-rw-r--r--ports/sdl2/fix-arm64-headers.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/sdl2/fix-arm64-headers.patch b/ports/sdl2/fix-arm64-headers.patch
deleted file mode 100644
index 862b65f0b..000000000
--- a/ports/sdl2/fix-arm64-headers.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/include/SDL_cpuinfo.h Tue Jul 23 21:41:00 2019 -0400
-+++ b/include/SDL_cpuinfo.h Tue Aug 13 20:26:27 2019 -0700
-@@ -73,8 +73,8 @@
- # define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
- # endif
- # if defined (_M_ARM64)
--# include <armintr.h>
--# include <arm_neon.h>
-+# include <arm64intr.h>
-+# include <arm64_neon.h>
- # define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
- # endif
- # endif
- \ No newline at end of file