summaryrefslogtreecommitdiff
path: root/patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch
blob: eb53dffe19030fdc0f06b252dcd501548b3fcf1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 19864ece62a8a04299ddc9ffd47f108a1cd4dc3c Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Mon, 27 Jul 2026 13:03:32 +0200
Subject: [PATCH 04/22] fix missing ___clear_cache when targetting iOS
---
 .gitmodules      | 3 ++-
 external/randomx | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 691444f97..9dcb71804 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,8 @@
 	url = https://github.com/Tencent/rapidjson
 [submodule "external/randomx"]
 	path = external/randomx
-	url = https://github.com/tevador/RandomX
+	url = https://github.com/MrCyjaneK/RandomX
+	branch = cyjan-fix-ios
 [submodule "external/supercop"]
 	path = external/supercop
 	url = https://github.com/monero-project/supercop
diff --git a/external/randomx b/external/randomx
index 6c4340ba4..328bb26fb 160000
--- a/external/randomx
+++ b/external/randomx
@@ -1 +1 @@
-Subproject commit 6c4340ba4561aec9a3611c1aedf9931239777fb3
+Subproject commit 328bb26fb4d3dd2c2d30453719dcc9b9febbd658
-- 
2.54.0 (Apple Git-157)