diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 13:43:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 13:58:58 -0800 |
commit | aebbf2a99402eecf7a53786ec355c59b52090beb (patch) | |
tree | f5d3829f543ff581ecd3b04f592eb901ad6f0e73 /tests | |
parent | bbacca68675f9f2e1a82f7910812397d52c7d3e4 (diff) |
fix for handling of suffixes in emcc
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index 93511589..4c936ed2 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4370,9 +4370,6 @@ def process(filename): poppler = self.get_library('poppler', [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'), os.path.join('utils', 'pdftoppm.o'), os.path.join('utils', 'parseargs.o')], configure_args=['--disable-libjpeg', '--disable-libpng', '--disable-poppler-qt', '--disable-poppler-qt4', '--disable-cms']) |