Update the pattern to prefer the old version

This commit is contained in:
Dustin Lacewell
2014-12-03 15:15:58 -08:00
parent c2b36a0343
commit 51d2096cd3
2 changed files with 3 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ else:
# Note: The enumerations are mapped to Window's constants.
when defined(ssl):
when defined(ssl):
type
SSLError* = object of Exception

View File

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