summaryrefslogtreecommitdiff
path: root/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-14 17:26:27 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-14 20:46:57 +0200
commit99a62ef0324ce2b0fc8988cd4a6aa1dd84a5c4fd (patch)
treee2b6b2d68b023d62421cca1d7058f6d9885aca18 /patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
parent365e58bb9f1a489ec4b6bf86ac4159b89d53dc51 (diff)
Diffstat (limited to 'patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch')
-rw-r--r--patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
index b4a14f9..59af73b 100644
--- a/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
+++ b/patches/monero/0008-fix-missing-___clear_cache-when-targetting-iOS.patch
@@ -1,4 +1,4 @@
-From b154719d3fe7ae407de91f5c5a245998efd05997 Mon Sep 17 00:00:00 2001
+From f130c717060a457efe9d869dae4d3c4991cb5355 Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Tue, 2 Apr 2024 16:51:56 +0200
Subject: [PATCH 8/8] fix missing ___clear_cache when targetting iOS
@@ -9,7 +9,7 @@ Subject: [PATCH 8/8] fix missing ___clear_cache when targetting iOS
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
-index 73a23fb35..7ea87a009 100644
+index 2f4eb0b44..bb8b3fa56 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,7 +9,7 @@
@@ -18,9 +18,9 @@ index 73a23fb35..7ea87a009 100644
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
+ [submodule "external/polyseed"]
+ path = external/polyseed
+ url = https://github.com/tevador/polyseed
diff --git a/external/randomx b/external/randomx
index 102f8acf9..ce72c9bb9 160000
--- a/external/randomx