diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-17 11:23:33 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-17 11:23:33 +0100 |
| commit | e64ac9c4f14f9c0e45606fe67aeeeb3a5f9af777 (patch) | |
| tree | 6ada5abb929ebb331b007ca5719c589fac40eef1 /patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch | |
| parent | 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 (diff) | |
Add mirror fot git repo
Improve apply_patches.sh
Improve build_single.sh
Create tools to mirror all repositories in git bundles
Diffstat (limited to 'patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch')
| -rw-r--r-- | patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch index ca9ccfd..f506f4a 100644 --- a/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch +++ b/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch @@ -1,12 +1,25 @@ -From 4828befb3843764eaaa5e5ea489cde6d101d71ce Mon Sep 17 00:00:00 2001 +From 4ea7d3ee65332d9c7c774e2c6959d044fdc909ce Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto <cyjan@mrcyjanek.net> Date: Wed, 23 Oct 2024 15:18:21 +0200 Subject: [PATCH 02/15] fix missing ___clear_cache when targetting iOS --- + .gitmodules | 2 +- external/randomwow | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + 2 files changed, 2 insertions(+), 2 deletions(-) +diff --git a/.gitmodules b/.gitmodules +index 991071fbe..f0ebd61a0 100644 +--- a/.gitmodules ++++ b/.gitmodules +@@ -14,6 +14,6 @@ + branch = monero + [submodule "external/randomwow"] + path = external/randomwow +- url = https://codeberg.org/wownero/RandomWOW ++ url = https://github.com/MrCyjaneK/RandomWOW + branch = 1.2.1-wow + diff --git a/external/randomwow b/external/randomwow index 27b099b6d..6f30d4b92 160000 --- a/external/randomwow @@ -15,5 +28,5 @@ index 27b099b6d..6f30d4b92 160000 -Subproject commit 27b099b6dd6fef6e17f58c6dfe00009e9c5df587 +Subproject commit 6f30d4b924fecb231e5b683915cc75d18b3b5866 -- -2.48.0 +2.48.1 |
