1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Disable linking with the mcl library
It doesn't seem to be used anywhere.
Author: Andrea Pappacoda <andrea@pappacoda.it>
Forwarded: no
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-02-11
--- yuzu-0-1734+ds.orig/src/core/CMakeLists.txt
+++ yuzu-0-1734+ds/src/core/CMakeLists.txt
@@ -1191,7 +1191,7 @@ if (HAS_NCE)
arm/nce/patcher.h
arm/nce/visitor_base.h
)
- target_link_libraries(core PRIVATE merry::mcl merry::oaknut)
+ target_link_libraries(core PRIVATE merry::oaknut)
endif()
if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64)
|