mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-06 18:56:40 +01:00
FIX: c tester in linux
This commit is contained in:
@@ -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")}` +
|
||||
|
||||
Reference in New Issue
Block a user