From b1d2d84c4f3631067331069cff1f6f86437e6b87 Mon Sep 17 00:00:00 2001 From: groogy Date: Wed, 26 Jan 2011 23:04:14 +0000 Subject: [PATCH] Quick fix for missing symbols. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1779 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 cf4f2b1b..bf004c16 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' +SFML_LIBS = '-lsfml-audio-s -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lGL -lGLU -lGLEW -lX11 -lXrandr -lfreetype -ljpeg -lopenal -lsndfile' RUBY_INC = CONFIG['rubyhdrdir'] RUBY_LIB = (CONFIG['ENABLE_SHARED'] == 'yes' ? CONFIG['LIBRUBYARG_SHARED'] : CONFIG['LIBRUBYARG_STATIC']) + ' ' + CONFIG['SOLIBS'] RUBY_LIB_PATH = CONFIG['libdir']