[cmake] patches from debian upstream (#99)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/99
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-07-23 09:54:26 +02:00 committed by crueter
parent fb459c75d9
commit 23c77a0d4f
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
3 changed files with 4 additions and 4 deletions

View file

@ -1212,7 +1212,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)