mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
Quick fix for missing symbols.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1779 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
2a79a3ec49
commit
b1d2d84c4f
@ -103,7 +103,7 @@ LOCATION = CONFIG['sitearchdir'] + '/sfml'
|
|||||||
RUBYSFML_INC = "sfml-system/system"
|
RUBYSFML_INC = "sfml-system/system"
|
||||||
SFML_INC = ENV.key?('SFML_INCLUDE') ? ENV['SFML_INCLUDE'] : '../../include'
|
SFML_INC = ENV.key?('SFML_INCLUDE') ? ENV['SFML_INCLUDE'] : '../../include'
|
||||||
SFML_LIB = ENV.key?('SFML_LIB') ? ENV['SFML_LIB'] : '../../lib'
|
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_INC = CONFIG['rubyhdrdir']
|
||||||
RUBY_LIB = (CONFIG['ENABLE_SHARED'] == 'yes' ? CONFIG['LIBRUBYARG_SHARED'] : CONFIG['LIBRUBYARG_STATIC']) + ' ' + CONFIG['SOLIBS']
|
RUBY_LIB = (CONFIG['ENABLE_SHARED'] == 'yes' ? CONFIG['LIBRUBYARG_SHARED'] : CONFIG['LIBRUBYARG_STATIC']) + ' ' + CONFIG['SOLIBS']
|
||||||
RUBY_LIB_PATH = CONFIG['libdir']
|
RUBY_LIB_PATH = CONFIG['libdir']
|
||||||
|
Loading…
Reference in New Issue
Block a user