Skip to content

Commit 195c3e3

Browse files
committed
Merge pull request emscripten-core#201 from ehsan/test_poppler
Make test_poppler pass on Mac
2 parents 632b89a + fddfd31 commit 195c3e3

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
@@ -4321,7 +4321,7 @@ def process(filename):
43214321
freetype = self.get_freetype()
43224322

43234323
poppler = self.get_library('poppler',
4324-
[os.path.join('poppler', '.libs', 'libpoppler.so.13.0.0'),
4324+
[os.path.join('poppler', '.libs', self.get_shared_library_name('libpoppler.so.13')),
43254325
os.path.join('goo', '.libs', 'libgoo.a'),
43264326
os.path.join('fofi', '.libs', 'libfofi.a'),
43274327
os.path.join('splash', '.libs', 'libsplash.a'),

0 commit comments

Comments
 (0)