Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhitington committed Jun 20, 2022
1 parent a064214 commit 44ba3f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all : byte-code js

js :
js_of_ocaml --extern-fs -I . --file=hello.pdf -q --pretty --debuginfo \
--disable inline --source-map-inline sjcl.js nodestubs.js cpdfzlib.js cpdfcrypt.js cpdf.byte
--disable inline --source-map-inline nodestubs.js cpdfzlib.js cpdfcrypt.js cpdf.byte

distrib:
cp cpdflib.js dist/
Expand Down
1 change: 1 addition & 0 deletions nodestubs.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
joo_global_object.cpdf_zlib = require('zlib')
joo_global_object.cpdf_crypto = require('crypto')
joo_global_object.cpdf_sjcl = require('./sjcl.js')
2 changes: 1 addition & 1 deletion sjcl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44ba3f9

Please sign in to comment.