5 lines
191 B
Text
5 lines
191 B
Text
|
#!/bin/bash
|
||
|
|
||
|
export PKG_CONFIG_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug
|
||
|
export LD_LIBRARY_PATH=$(pwd)/librustzcash-wrapper/target/x86_64-unknown-linux-gnu/debug
|