Use latest solcjs and replace compileStandard by compile.

This commit is contained in:
chriseth
2018-11-13 13:54:01 +00:00
committed by Alex Beregszaszi
parent b6c3257752
commit 28d98d61ef
2 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -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')