diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-31 12:14:33 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-31 12:14:33 -0500 |
commit | bd4d0e4d5a4ba65b3e6e8d320485b996cf631536 (patch) | |
tree | e6bea2059829b10ebcce443861c8f3921bcd171a | |
parent | 9d50dabd93d499f8f059990668c2318d60c5dc1c (diff) |
Make test_poppler pass on Mac
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b58c948b..dd35f73c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4300,7 +4300,7 @@ def process(filename): freetype = self.get_freetype() poppler = self.get_library('poppler', - [os.path.join('poppler', '.libs', 'libpoppler.so.13.0.0'), + [os.path.join('poppler', '.libs', self.get_shared_library_name('libpoppler.so.13')), os.path.join('goo', '.libs', 'libgoo.a'), os.path.join('fofi', '.libs', 'libfofi.a'), os.path.join('splash', '.libs', 'libsplash.a'), |