From 40b9ac873d54db49be4f3ac6d52a9fe1b6dc2b77 Mon Sep 17 00:00:00 2001 From: pk-2000 <63214388+pk-2000@users.noreply.github.com> Date: Mon, 6 Apr 2020 01:17:26 +0000 Subject: [PATCH] Update CMakeLists.txt change to use the static library of ruby --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecf1b4b..60591e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -440,6 +440,7 @@ target_link_libraries(${PROJECT_NAME} ${ZLIB_LIBRARY} ${PLATFORM_LIBRARIES} + /usr/local/lib/libruby-static.a ) PostBuildMacBundle(${PROJECT_NAME} "" "${PLATFORM_COPY_LIBS}")