From 0e26c37a96b538b3fdb111d1a859808c1dbea995 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 25 Nov 2025 18:01:39 +0900 Subject: [PATCH] fix --- mauplay/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mauplay/CMakeLists.txt b/mauplay/CMakeLists.txt index 5d79220..2653c12 100644 --- a/mauplay/CMakeLists.txt +++ b/mauplay/CMakeLists.txt @@ -11,3 +11,11 @@ target_link_libraries( PRIVATE MDEAudio MDESound ) + +if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows") + target_link_libraries( + mauplay + PRIVATE + m + ) +endif()