Skip to content

Commit

Permalink
Merge pull request #304 from armfazh/usePerl
Browse files Browse the repository at this point in the history
Explicitly call perl for configuring sjcl library.
  • Loading branch information
ppopth authored Feb 15, 2022
2 parents 857e26d + 84c53d3 commit b9bf3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"sjcl": "cd node_modules/sjcl && ./configure --without-all --with-ecc --with-convenience --with-codecBytes --with-codecHex --compress=none && make sjcl.js",
"sjcl": "cd node_modules/sjcl && perl configure --without-all --with-ecc --with-convenience --with-codecBytes --with-codecHex --compress=none && make sjcl.js",
"prebuild": "npm run sjcl",
"build": "webpack",
"pretest": "npm run sjcl",
Expand Down

0 comments on commit b9bf3ac

Please sign in to comment.