Update CMakeLists.txt
change to use the static library of ruby
This commit is contained in:
parent
b2df7ad838
commit
40b9ac873d
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue