summaryrefslogtreecommitdiff
path: root/emulators/yuzu/files/patch-fmt
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/yuzu/files/patch-fmt')
-rw-r--r--emulators/yuzu/files/patch-fmt18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt
index 1b97693431f2..b296a8773283 100644
--- a/emulators/yuzu/files/patch-fmt
+++ b/emulators/yuzu/files/patch-fmt
@@ -47,16 +47,16 @@ microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR6Opcod
microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE[_ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE]+0x10f): undefined reference to `std::locale fmt::v7::detail::locale_ref::get<std::locale>() const'
collect2: error: ld returned 1 exit status
---- CMakeLists.txt.orig 2022-01-12 04:58:16 UTC
+--- CMakeLists.txt.orig 2022-11-04 05:21:58 UTC
+++ CMakeLists.txt
-@@ -170,7 +170,6 @@ macro(yuzu_find_packages)
- # Capitalization matters here. We need the naming to match the generated paths from Conan
- set(REQUIRED_LIBS
- # Cmake Pkg Prefix Version Conan Pkg
-- "fmt 8.0.1 fmt/8.1.1"
- "lz4 1.8 lz4/1.9.2"
- "nlohmann_json 3.8 nlohmann_json/3.8.0"
- "ZLIB 1.2 zlib/1.2.11"
+@@ -175,7 +175,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DI
+ # System imported libraries
+ # =======================================================================
+
+-find_package(fmt 8.0.1 REQUIRED CONFIG)
+ find_package(nlohmann_json 3.8 REQUIRED CONFIG)
+ find_package(ZLIB 1.2 REQUIRED)
+
--- externals/CMakeLists.txt.orig 2021-02-22 04:23:45 UTC
+++ externals/CMakeLists.txt
@@ -15,6 +15,10 @@ endif()