Rename jsonCompiler to libsolc

This commit is contained in:
Alex Beregszaszi
2017-12-11 12:49:08 +00:00
parent 27f38fb5b3
commit 1734d44561
11 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ TMPDIR=$(mktemp -d)
if [[ "$SOLC_EMSCRIPTEN" = "On" ]]
then
cp "$REPO_ROOT/build/solc/soljson.js" .
cp "$REPO_ROOT/build/libsolc/soljson.js" .
npm install solc
cat > solc <<EOF
#!/usr/bin/env node