diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-20 13:33:17 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-20 13:33:17 +0100 |
| commit | 95979cec9ea7bf9a896c7bd0c1e97fdd7b44a861 (patch) | |
| tree | 233deac74b9d31fe35fc2d980222f85523aaff72 | |
| parent | 70a81b5afa2df723f18ef5f605f9bd7712b1e025 (diff) | |
fix patch...
| -rw-r--r-- | patches/monero/0013-include-locale-only-when-targeting-WIN32.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
