mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
wrong filename in make.js
This commit is contained in:
parent
edc1694620
commit
878854f7cf
1 changed files with 1 additions and 1 deletions
2
make.js
2
make.js
|
@ -98,7 +98,7 @@ target.bundle = function() {
|
||||||
'../external/jpgjs/jpg.js',
|
'../external/jpgjs/jpg.js',
|
||||||
'jpx.js',
|
'jpx.js',
|
||||||
'bidi.js',
|
'bidi.js',
|
||||||
'metadata-js'];
|
'metadata.js'];
|
||||||
|
|
||||||
if (!exists(BUILD_DIR))
|
if (!exists(BUILD_DIR))
|
||||||
mkdir(BUILD_DIR);
|
mkdir(BUILD_DIR);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue