File: disable-mcl-library.patfch

package info (click to toggle)
yuzu 0-1734%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 51,220 kB
  • sloc: cpp: 429,254; ansic: 38,370; python: 732; pascal: 179; asm: 137; xml: 86; makefile: 49; sh: 29
file content (19 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
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)