Skip to content

Commit 47d65cb

Browse files
author
Ryan Kim
authored
Merge pull request #557 from kroma-network/fix/witness_generator_tool_bug
fix(circom): delete old parts before splitting
2 parents c9837e3 + 003a675 commit 47d65cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendors/circom/circomlib/build/compile_witness_generator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function compile_witness_generator() {
1212
cp ../../../iden3_circom/code_producers/src/c_elements/$2/* .
1313

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

1718
echo "Compiling everything..."

0 commit comments

Comments
 (0)