From 95979cec9ea7bf9a896c7bd0c1e97fdd7b44a861 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 20 Feb 2025 13:33:17 +0100 Subject: fix patch... --- patches/monero/0013-include-locale-only-when-targeting-WIN32.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/monero/0013-include-locale-only-when-targeting-WIN32.patch b/patches/monero/0013-include-locale-only-when-targeting-WIN32.patch index 66eb5c0..64ef6aa 100644 --- a/patches/monero/0013-include-locale-only-when-targeting-WIN32.patch +++ b/patches/monero/0013-include-locale-only-when-targeting-WIN32.patch @@ -21,7 +21,7 @@ index 1eac121db..3a4e8f7e1 100644 + set(BOOST_COMPONENTS filesystem thread date_time chrono serialization program_options) + + if(WIN32) -+ list(APPEND BOOST_LOCALE locale) ++ list(APPEND BOOST_COMPONENTS locale) + endif() # Boost System is header-only since 1.69 -- cgit v1.2.3