mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change the way we run solcjs now that it has been renamed in solc-js
This commit is contained in:
@@ -84,7 +84,7 @@ function setup_solc
|
||||
pushd "$install_dir"
|
||||
npm install
|
||||
cp "$binary_path" soljson.js
|
||||
SOLCVERSION=$(./solcjs --version)
|
||||
SOLCVERSION=$(./solc.js --version)
|
||||
popd
|
||||
else
|
||||
printLog "Setting up solc..."
|
||||
|
||||
Reference in New Issue
Block a user