If we compile a circom file and don't provide the necessary libraries, we get an error from circom. This is fine, but the error is misleading as it tells the user to provide the libraries with the -l flag.
This is wrong for our case. We need to patch the circom fork, that it prints the correct error message
If we compile a circom file and don't provide the necessary libraries, we get an error from circom. This is fine, but the error is misleading as it tells the user to provide the libraries with the
-l
flag. This is wrong for our case. We need to patch the circom fork, that it prints the correct error message