mirror of https://github.com/nucypher/nucypher.git
Place solc binary next to env. python.
parent
dba01a0c42
commit
7d57c387c0
|
@ -8,7 +8,7 @@ if [[ "$OSTYPE" != "linux-gnu" ]]; then
|
|||
fi
|
||||
|
||||
SOLC_VER="0.5.9"
|
||||
SOL_BIN_PATH=~/.local/bin/solc
|
||||
SOL_BIN_PATH=$(dirname $(which python))/solc
|
||||
|
||||
# Get solc binary for linux
|
||||
echo "Downloading solidity compiler binary to: ${SOL_BIN_PATH}"
|
||||
|
|
Loading…
Reference in New Issue