Adds some flexibility to the lib name of SDL_ttf to allow for newer distributions

This commit is contained in:
Dustin Lacewell
2014-12-03 13:26:37 -08:00
parent 85d83fd8cb
commit c2b36a0343

View File

@@ -163,7 +163,7 @@ elif defined(macosx):
ttfLibName = "libSDL_ttf-2.0.0.dylib"
else:
const
ttfLibName = "libSDL_ttf.so(|.1|.0)"
ttfLibName = "libSDL_ttf(-2.0|).so(|.1|.0)"
const
MAJOR_VERSION* = 2
MINOR_VERSION* = 0