From 4668b5fa22e37b0e81a70f44e3ae08ac452a1c55 Mon Sep 17 00:00:00 2001 From: xuxin19 Date: Thu, 10 Aug 2023 11:30:44 +0800 Subject: [PATCH] cmake:fix cmake nxlib build break Signed-off-by: xuxin19 --- libs/libnx/nxmu/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libnx/nxmu/CMakeLists.txt b/libs/libnx/nxmu/CMakeLists.txt index c55a027a91..fe93b10bea 100644 --- a/libs/libnx/nxmu/CMakeLists.txt +++ b/libs/libnx/nxmu/CMakeLists.txt @@ -29,7 +29,6 @@ if(CONFIG_NX) nx_disconnect.c nx_eventhandler.c nx_eventnotify.c - nxmu_semtake.c nx_block.c nx_synch.c nx_kbdchin.c