diff options
| -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 |
