Skip to content

Commit

Permalink
Merge pull request #558 from kroma-network/fix/witness_generator_tool…
Browse files Browse the repository at this point in the history
…_bug

fix(circom): handle case when parts dont exist
  • Loading branch information
chokobole authored Nov 29, 2024
2 parents 47d65cb + 1b00fe2 commit e7b1306
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 e7b1306

Please sign in to comment.