2024-07-15 10:28:08 +00:00
|
|
|
From ecdae80357168d532bc7625f337c6dff8b24939e Mon Sep 17 00:00:00 2001
|
2024-04-02 17:09:22 +02:00
|
|
|
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
|
|
|
|
|
Date: Tue, 2 Apr 2024 17:07:19 +0200
|
2024-07-15 10:28:08 +00:00
|
|
|
Subject: [PATCH 09/14] fix missing ___clear_cache when targetting iOS
|
2024-04-02 17:09:22 +02:00
|
|
|
|
|
|
|
|
---
|
2024-07-15 10:28:08 +00:00
|
|
|
.gitmodules | 4 ++--
|
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
2024-04-02 17:09:22 +02:00
|
|
|
|
|
|
|
|
diff --git a/.gitmodules b/.gitmodules
|
2024-07-15 10:28:08 +00:00
|
|
|
index bd30f0444..fa54f48b1 100644
|
2024-04-02 17:09:22 +02:00
|
|
|
--- a/.gitmodules
|
|
|
|
|
+++ b/.gitmodules
|
|
|
|
|
@@ -20,6 +20,6 @@
|
2024-04-22 09:33:21 +02:00
|
|
|
branch = monero
|
2024-04-02 17:09:22 +02:00
|
|
|
[submodule "external/randomwow"]
|
|
|
|
|
path = external/randomwow
|
2024-07-15 10:28:08 +00:00
|
|
|
- url = https://github.com/wownero-mirror/RandomWOW
|
2024-04-02 17:09:22 +02:00
|
|
|
- branch = 1.2.1-wow
|
|
|
|
|
+ url = https://github.com/mrcyjanek/RandomWOW
|
|
|
|
|
+ branch = cyjan-fix-ios
|
|
|
|
|
|
|
|
|
|
--
|
2024-07-15 10:28:08 +00:00
|
|
|
2.39.2
|
2024-04-02 17:09:22 +02:00
|
|
|
|