summaryrefslogtreecommitdiff
path: root/patches/monero/0006-fix-missing-___clear_cache-when-targetting-iOS.patch
blob: 9820c059b8aaecc4fbd922e0463c6ae2cb07195b (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 8e6b919e32e701d99105d8db488694307090e54f Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Tue, 2 Apr 2024 16:51:56 +0200
Subject: [PATCH] fix missing ___clear_cache when targetting iOS

---
 .gitmodules      | 2 +-
 external/randomx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 73a23fb35..7ea87a009 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,7 +9,7 @@
 	url = https://github.com/trezor/trezor-common.git
 [submodule "external/randomx"]
 	path = external/randomx
-	url = https://github.com/tevador/RandomX
+	url = https://github.com/MrCyjaneK/RandomX
 [submodule "external/utf8proc"]
 	path = external/utf8proc
 	url = https://github.com/JuliaStrings/utf8proc.git
diff --git a/external/randomx b/external/randomx
index 102f8acf9..db90847de 160000
--- a/external/randomx
+++ b/external/randomx
@@ -1 +1 @@
-Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da
+Subproject commit db90847de6c1141d4f23a9aa6455ba466d569e9e
-- 
2.44.0