From 673d150a5a1217a777a7875103187056391c9cf0 Mon Sep 17 00:00:00 2001 From: groogy Date: Thu, 27 Jan 2011 09:28:55 +0000 Subject: [PATCH] Sorry Trickster for messing with you.... Changed back to shared libraries. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1780 4e206d99-4929-0410-ac5d-dfc041789085 --- bindings/ruby/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/Rakefile b/bindings/ruby/Rakefile index bf004c16..e2195865 100644 --- a/bindings/ruby/Rakefile +++ b/bindings/ruby/Rakefile @@ -103,7 +103,7 @@ LOCATION = CONFIG['sitearchdir'] + '/sfml' RUBYSFML_INC = "sfml-system/system" SFML_INC = ENV.key?('SFML_INCLUDE') ? ENV['SFML_INCLUDE'] : '../../include' SFML_LIB = ENV.key?('SFML_LIB') ? ENV['SFML_LIB'] : '../../lib' -SFML_LIBS = '-lsfml-audio-s -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lGL -lGLU -lGLEW -lX11 -lXrandr -lfreetype -ljpeg -lopenal -lsndfile' +SFML_LIBS = '-lsfml-audio -lsfml-graphics -lsfml-window -lsfml-system' RUBY_INC = CONFIG['rubyhdrdir'] RUBY_LIB = (CONFIG['ENABLE_SHARED'] == 'yes' ? CONFIG['LIBRUBYARG_SHARED'] : CONFIG['LIBRUBYARG_STATIC']) + ' ' + CONFIG['SOLIBS'] RUBY_LIB_PATH = CONFIG['libdir']