FIX: c tester in linux

This commit is contained in:
Jordi Baylina
2020-04-07 13:02:39 +02:00
parent 1463685b11
commit 92399017df

View File

@@ -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")}` +