diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-16 10:50:16 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-12-11 20:49:08 +0800 |
commit | 1734d4456189b4a313a07e7f3e24cb01f5057fc3 (patch) | |
tree | 3cbc303365f827a8c7f76cb7feb6eabfa821c9c7 /scripts/bytecodecompare | |
parent | 27f38fb5b31b9f0c228238cf0471155498b951b7 (diff) | |
download | dexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.tar.gz dexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.tar.zst dexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.zip |
Rename jsonCompiler to libsolc
Diffstat (limited to 'scripts/bytecodecompare')
-rwxr-xr-x | scripts/bytecodecompare/storebytecode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bytecodecompare/storebytecode.sh b/scripts/bytecodecompare/storebytecode.sh index 8d4100bf..557e3275 100755 --- a/scripts/bytecodecompare/storebytecode.sh +++ b/scripts/bytecodecompare/storebytecode.sh @@ -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 |