Skip to content

Commit bd4d0e4

Browse files
committed
Make test_poppler pass on Mac
1 parent 9d50dab commit bd4d0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4300,7 +4300,7 @@ def process(filename):
43004300
freetype = self.get_freetype()
43014301

43024302
poppler = self.get_library('poppler',
4303-
[os.path.join('poppler', '.libs', 'libpoppler.so.13.0.0'),
4303+
[os.path.join('poppler', '.libs', self.get_shared_library_name('libpoppler.so.13')),
43044304
os.path.join('goo', '.libs', 'libgoo.a'),
43054305
os.path.join('fofi', '.libs', 'libfofi.a'),
43064306
os.path.join('splash', '.libs', 'libsplash.a'),

0 commit comments

Comments
 (0)