Browse Source

FIX: c tester in linux

master
Jordi Baylina 4 years ago
parent
commit
92399017df
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/c/tester.js

+ 1
- 1
ports/c/tester.js

@ -57,7 +57,7 @@ async function c_tester(circomFile, _options) {
const cdir = path.join(path.dirname(require.resolve("circom_runtime")), "c");
await exec("g++" + ` ${pThread}`
await exec("g++" + ` ${pThread}` +
` ${path.join(cdir, "main.cpp")}` +
` ${path.join(cdir, "calcwit.cpp")}` +
` ${path.join(cdir, "utils.cpp")}` +

Loading…
Cancel
Save