aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test_emscripten.sh
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-16 10:50:16 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-12-11 20:49:08 +0800
commit1734d4456189b4a313a07e7f3e24cb01f5057fc3 (patch)
tree3cbc303365f827a8c7f76cb7feb6eabfa821c9c7 /scripts/test_emscripten.sh
parent27f38fb5b31b9f0c228238cf0471155498b951b7 (diff)
downloaddexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.tar.gz
dexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.tar.zst
dexon-solidity-1734d4456189b4a313a07e7f3e24cb01f5057fc3.zip
Rename jsonCompiler to libsolc
Diffstat (limited to 'scripts/test_emscripten.sh')
-rwxr-xr-xscripts/test_emscripten.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh
index 4996e957..b659e5e5 100755
--- a/scripts/test_emscripten.sh
+++ b/scripts/test_emscripten.sh
@@ -29,7 +29,7 @@
set -e
REPO_ROOT=$(cd $(dirname "$0")/.. && pwd)
-SOLJSON="$REPO_ROOT/build/solc/soljson.js"
+SOLJSON="$REPO_ROOT/build/libsolc/soljson.js"
DIR=$(mktemp -d)
(