From 4cc759347f8b0ea0604c4d8ae8b9ac28b6950577 Mon Sep 17 00:00:00 2001 From: zekexiao Date: Tue, 21 Oct 2025 22:45:43 +0800 Subject: [PATCH] fix build in linux --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 073bae3..1fa6a40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if (${MRUBYPP_BUILD_TEST}) target_link_libraries(mrubypp_test PUBLIC libmruby ws2_32.lib wsock32.lib ws2_32.lib) else () - target_link_libraries(mrubypp_test PUBLIC libmruby) + target_link_libraries(mrubypp_test PUBLIC mruby) endif ()