Bläddra i källkod

BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced
with the KDE version of FindRUBY.cmake

Alex

Alexander Neundorf 19 år sedan
förälder
incheckning
179aad32f3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Modules/FindRuby.cmake

+ 1 - 1
Modules/FindRuby.cmake

@@ -46,7 +46,7 @@ FIND_PATH(RUBY_INCLUDE_PATH
   /usr/lib/ruby/1.8/i586-linux-gnu/ )
 
 FIND_LIBRARY(RUBY_LIBRARY
-  NAMES ruby
+  NAMES ruby ruby1.8
   PATHS ${RUBY_POSSIBLE_LIB_PATH}
   )