diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-01-15 14:04:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-15 14:04:42 +0100 |
| commit | b4c3fbacab594bd1e67e71602a1ac07f0c19a77f (patch) | |
| tree | 3c85f30f62eeef605cd299ec5f68153a1904feb2 /patches/wownero/0014-fix-iOS-depends-build.patch | |
| parent | c3dd64bdee37d361a2c1252d127fb575936e43e6 (diff) | |
Wownero 0.11.3.0 (#105)
* update wownero to 0.11.3.0
* Updated wownero, cleaned up patches
* unshallow zano
* Fix ios builds
* Update checksum
Diffstat (limited to 'patches/wownero/0014-fix-iOS-depends-build.patch')
| -rw-r--r-- | patches/wownero/0014-fix-iOS-depends-build.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/wownero/0014-fix-iOS-depends-build.patch b/patches/wownero/0014-fix-iOS-depends-build.patch index 5e97b89..5cb1c79 100644 --- a/patches/wownero/0014-fix-iOS-depends-build.patch +++ b/patches/wownero/0014-fix-iOS-depends-build.patch @@ -1,4 +1,4 @@ -From f9bf382c57e4a36044e7a0697dc36073487eadd3 Mon Sep 17 00:00:00 2001 +From a707d5fc2aa9d387857381e7ebc4a68c1d245a00 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto <cyjan@mrcyjanek.net> Date: Thu, 21 Nov 2024 06:05:03 -0500 Subject: [PATCH 14/15] fix iOS depends build @@ -11,7 +11,7 @@ Subject: [PATCH 14/15] fix iOS depends build 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 763d240fc..e3a0faacd 100644 +index 1383e630a..b8782570d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,10 +39,6 @@ include(CheckLibraryExists) @@ -100,5 +100,5 @@ index 83bea8b5b..dfb4b5c5a 100644 #if TARGET_OS_MAC && (!defined(MAC_OS_X_VERSION_MIN_REQUIRED) || MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_7) return boost::logic::tribool(IOPSGetTimeRemainingEstimate() != kIOPSTimeRemainingUnlimited); -- -2.39.5 (Apple Git-154) +2.48.0 |
