From 92399017df9fa6bf2ff1027689b060fdc70b8b4c Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Tue, 7 Apr 2020 13:02:39 +0200 Subject: [PATCH] FIX: c tester in linux --- ports/c/tester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/c/tester.js b/ports/c/tester.js index af3d704..b299c6d 100644 --- a/ports/c/tester.js +++ b/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")}` +