diff --git a/configure b/configure index 21dc7bb..54d8aaf 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/bash - +echo -e "\n" echo "export PKG_CONFIG_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$PKG_CONFIG_PATH" | tee -a ~/.bashrc echo "export LD_LIBRARY_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug:\$LD_LIBRARY_PATH" | tee -a ~/.bashrc source ~/.bashrc