1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 12:25:42 +02:00

Support of Ruby >= 1.9.1 (patch #6989)

This commit is contained in:
Sebastien Helleu
2009-11-29 16:41:08 +01:00
parent 352217c444
commit b279a99566
5 changed files with 206 additions and 80 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ weechat-ruby-api.h)
SET_TARGET_PROPERTIES(ruby PROPERTIES PREFIX "")
IF(RUBY_FOUND)
INCLUDE_DIRECTORIES(${RUBY_INCLUDE_PATH})
INCLUDE_DIRECTORIES(${RUBY_INCLUDE_PATH} ${RUBY_ARCH})
TARGET_LINK_LIBRARIES(ruby ${RUBY_LIBRARY} weechat_scripts)
ENDIF(RUBY_FOUND)
File diff suppressed because it is too large Load Diff