Update CMakeLists.txt

change to use the static library of ruby
This commit is contained in:
pk-2000 2020-04-06 01:17:26 +00:00 committed by GitHub
parent b2df7ad838
commit 40b9ac873d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}")