Skip to content

Commit

Permalink
fix(circom): handle case when parts dont exist
Browse files Browse the repository at this point in the history
  • Loading branch information
batzor committed Nov 29, 2024
1 parent 47d65cb commit 1b00fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function compile_witness_generator() {
cp ../../../iden3_circom/code_producers/src/c_elements/$2/* .

echo "Splitting source file into smaller pieces..."
rm part_*
rm -f part_*
./split_tool $1 --output_dir=. -- -std=c++11 -I../../external/llvm-project/clang/staging/include

echo "Compiling everything..."
Expand Down

0 comments on commit 1b00fe2

Please sign in to comment.