mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename jsonCompiler to libsolc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user