mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use latest solcjs and replace compileStandard by compile.
This commit is contained in:
committed by
Alex Beregszaszi
parent
b6c3257752
commit
28d98d61ef
@@ -40,8 +40,9 @@ TMPDIR=$(mktemp -d)
|
||||
|
||||
if [[ "$SOLC_EMSCRIPTEN" = "On" ]]
|
||||
then
|
||||
# npm install solc
|
||||
git clone --depth 1 https://github.com/ethereum/solc-js.git solc
|
||||
cp "$REPO_ROOT/build/libsolc/soljson.js" .
|
||||
npm install solc
|
||||
cat > solc <<EOF
|
||||
#!/usr/bin/env node
|
||||
var process = require('process')
|
||||
|
||||
Reference in New Issue
Block a user